Html Css Color HEX #CB66DA Orchid

📋 copy color: '#CB66DA'

red 203 ◦ green 102 ◦ blue 218

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

Shades of Orchid #CB66DA

Tints of Orchid #CB66DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 38.81%
G = 19.5%
B = 41.68%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB66DA (or 0xCB66DA) is known color: Orchid. HEX triplet: CB, 66 and DA. RGB value is (203,102,218). Sum of RGB (Red+Green+Blue) = 203+102+218=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66DA is #349925. Grayscale: #919191. Windows color (decimal): -3447078 or 14313163. OLE color: 14313163.

HSL color Cylindrical-coordinate representation of color #CB66DA: hue angle of 292.24º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB66DA is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 102 218 -
CMYK 0.07 0.53 0 0.15
HSL 292.24º 0.61% 0.63% -
HSV(B) 292.24º 0.53% 0.85% -
XYZ 42.03 27.26 69.38 -
YUV 145.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 203 102 218 0.07 0.53 0 0.15 292.24 0.61 0.63
Hex CB 66 DA 7 35 0 F 124 3D 3F
Octal 313 146 332 7 65 0 17 444 75 77
Binary 11001011 1100110 11011010 111 110101 0 1111 100100100 111101 111111

Color Harmonies of #CB66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB66DA

Black with #CB66DA

Text Example


Text Example

White with #CB66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB66DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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