Html Css Color HEX #CB66DF Orchid

📋 copy color: '#CB66DF'

red 203 ◦ green 102 ◦ blue 223

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

Shades of Orchid #CB66DF

Tints of Orchid #CB66DF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.32%

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

R = 38.45%
G = 19.32%
B = 42.23%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB66DF (or 0xCB66DF) is known color: Orchid. HEX triplet: CB, 66 and DF. RGB value is (203,102,223). Sum of RGB (Red+Green+Blue) = 203+102+223=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66DF is #349920. Grayscale: #919191. Windows color (decimal): -3447073 or 14640843. OLE color: 14640843.

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

Color convert

RGB 203 102 223 -
CMYK 0.09 0.54 0 0.13
HSL 290.08º 0.65% 0.64% -
HSV(B) 290.08º 0.54% 0.87% -
XYZ 42.7 27.53 72.87 -
YUV 145.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 203 102 223 0.09 0.54 0 0.13 290.08 0.65 0.64
Hex CB 66 DF 9 36 0 D 122 41 40
Octal 313 146 337 11 66 0 15 442 101 100
Binary 11001011 1100110 11011111 1001 110110 0 1101 100100010 1000001 1000000

Color Harmonies of #CB66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB66DF

Black with #CB66DF

Text Example


Text Example

White with #CB66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB66DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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