Html Css Color HEX #CD66DB Orchid

📋 copy color: '#CD66DB'

red 205 ◦ green 102 ◦ blue 219

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

Shades of Orchid #CD66DB

Tints of Orchid #CD66DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 38.97%
G = 19.39%
B = 41.63%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD66DB (or 0xCD66DB) is known color: Orchid. HEX triplet: CD, 66 and DB. RGB value is (205,102,219). Sum of RGB (Red+Green+Blue) = 205+102+219=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD66DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD66DB is #329924. Grayscale: #919191. Windows color (decimal): -3316005 or 14378701. OLE color: 14378701.

HSL color Cylindrical-coordinate representation of color #CD66DB: hue angle of 292.82º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD66DB is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 102 219 -
CMYK 0.06 0.53 0 0.14
HSL 292.82º 0.62% 0.63% -
HSV(B) 292.82º 0.53% 0.86% -
XYZ 42.71 27.6 70.09 -
YUV 146.14 169.12 169.99 -
System Red Green Blue C M Y K H S L
Decimal 205 102 219 0.06 0.53 0 0.14 292.82 0.62 0.63
Hex CD 66 DB 6 35 0 E 125 3E 3F
Octal 315 146 333 6 65 0 16 445 76 77
Binary 11001101 1100110 11011011 110 110101 0 1110 100100101 111110 111111

Color Harmonies of #CD66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD66DB

Black with #CD66DB

Text Example


Text Example

White with #CD66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD66DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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