Html Css Color HEX #CB6CDF Orchid

📋 copy color: '#CB6CDF'

red 203 ◦ green 108 ◦ blue 223

#CB6CDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CB6CDF

Tints of Orchid #CB6CDF

RGB

 RED value IS 203 (79.69% from 255) = 38.01%

 GREEN value IS 108 (42.58% from 255) = 20.22%

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 38.01%
G = 20.22%
B = 41.76%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB6CDF (or 0xCB6CDF) is known color: Orchid. HEX triplet: CB, 6C and DF. RGB value is (203,108,223). Sum of RGB (Red+Green+Blue) = 203+108+223=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB6CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CDF is #349320. Grayscale: #959595. Windows color (decimal): -3445537 or 14642379. OLE color: 14642379.

HSL color Cylindrical-coordinate representation of color #CB6CDF: hue angle of 289.57º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6CDF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 108 223 -
CMYK 0.09 0.52 0 0.13
HSL 289.57º 0.64% 0.65% -
HSV(B) 289.57º 0.52% 0.87% -
XYZ 43.31 28.75 73.08 -
YUV 149.52 169.47 166.15 -
System Red Green Blue C M Y K H S L
Decimal 203 108 223 0.09 0.52 0 0.13 289.57 0.64 0.65
Hex CB 6C DF 9 34 0 D 122 40 41
Octal 313 154 337 11 64 0 15 442 100 101
Binary 11001011 1101100 11011111 1001 110100 0 1101 100100010 1000000 1000001

Color Harmonies of #CB6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6CDF

Black with #CB6CDF

Text Example


Text Example

White with #CB6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6CDF; }

 p { color: rgb(203,108,223); }

 H1.HeaderClassName
 {
   color: #CB6CDF;
 }
 .AnyTagClassName
 {
   color: #CB6CDF;
 }
</style>

background-color css

<style>
 a { background-color: #CB6CDF; }

 a { background-color: rgb(203,108,223); }

 div.DivClassName
 {
   background-color: #CB6CDF;
 }
 .BgClassName
 {
   background-color: #CB6CDF;
 }
</style>

border-color css

<style>
 span { border-color: #CB6CDF; }

 span { border-color: rgb(203,108,223); }

 td.TdClassName
 {
   border-color: #CB6CDF;
 }
 .TagClassName
 {
   border-color: #CB6CDF;
 }
</style>