Html Css Color HEX #CD66C9 Orchid

📋 copy color: '#CD66C9'

red 205 ◦ green 102 ◦ blue 201

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

Shades of Orchid #CD66C9

Tints of Orchid #CD66C9

RGB

 RED value IS 205 (80.47% from 255) = 40.35%

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

 BLUE value IS 201 (78.91% from 255) = 39.57%

R = 40.35%
G = 20.08%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD66C9 (or 0xCD66C9) is known color: Orchid. HEX triplet: CD, 66 and C9. RGB value is (205,102,201). Sum of RGB (Red+Green+Blue) = 205+102+201=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD66C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD66C9 is #329936. Grayscale: #8F8F8F. Windows color (decimal): -3316023 or 13199053. OLE color: 13199053.

HSL color Cylindrical-coordinate representation of color #CD66C9: hue angle of 302.33º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD66C9 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 102 201 -
CMYK 0 0.50 0.02 0.20
HSL 302.33º 0.51% 0.6% -
HSV(B) 302.33º 0.5% 0.8% -
XYZ 40.47 26.7 58.28 -
YUV 144.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 205 102 201 0 0.50 0.02 0.20 302.33 0.51 0.6
Hex CD 66 C9 0 32 2 14 12E 33 3C
Octal 315 146 311 0 62 2 24 456 63 74
Binary 11001101 1100110 11001001 0 110010 10 10100 100101110 110011 111100

Color Harmonies of #CD66C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD66C9

Black with #CD66C9

Text Example


Text Example

White with #CD66C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD66C9; }

 p { color: rgb(205,102,201); }

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

background-color css

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

 a { background-color: rgb(205,102,201); }

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

border-color css

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

 span { border-color: rgb(205,102,201); }

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