Html Css Color HEX #CD64DB Orchid

📋 copy color: '#CD64DB'

red 205 ◦ green 100 ◦ blue 219

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

Shades of Orchid #CD64DB

Tints of Orchid #CD64DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.08%

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

R = 39.12%
G = 19.08%
B = 41.79%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD64DB (or 0xCD64DB) is known color: Orchid. HEX triplet: CD, 64 and DB. RGB value is (205,100,219). Sum of RGB (Red+Green+Blue) = 205+100+219=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD64DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64DB is #329B24. Grayscale: #909090. Windows color (decimal): -3316517 or 14378189. OLE color: 14378189.

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

Color convert

RGB 205 100 219 -
CMYK 0.06 0.54 0 0.14
HSL 292.94º 0.62% 0.63% -
HSV(B) 292.94º 0.54% 0.86% -
XYZ 42.52 27.21 70.03 -
YUV 144.96 169.79 170.82 -
System Red Green Blue C M Y K H S L
Decimal 205 100 219 0.06 0.54 0 0.14 292.94 0.62 0.63
Hex CD 64 DB 6 36 0 E 125 3E 3F
Octal 315 144 333 6 66 0 16 445 76 77
Binary 11001101 1100100 11011011 110 110110 0 1110 100100101 111110 111111

Color Harmonies of #CD64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD64DB

Black with #CD64DB

Text Example


Text Example

White with #CD64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD64DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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