Html Css Color HEX #CD64D6 Orchid

📋 copy color: '#CD64D6'

red 205 ◦ green 100 ◦ blue 214

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

Shades of Orchid #CD64D6

Tints of Orchid #CD64D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.23%

R = 39.5%
G = 19.27%
B = 41.23%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD64D6 (or 0xCD64D6) is known color: Orchid. HEX triplet: CD, 64 and D6. RGB value is (205,100,214). Sum of RGB (Red+Green+Blue) = 205+100+214=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD64D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64D6 is #329B29. Grayscale: #909090. Windows color (decimal): -3316522 or 14050509. OLE color: 14050509.

HSL color Cylindrical-coordinate representation of color #CD64D6: hue angle of 295.26º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD64D6 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 100 214 -
CMYK 0.04 0.53 0 0.16
HSL 295.26º 0.58% 0.62% -
HSV(B) 295.26º 0.53% 0.84% -
XYZ 41.87 26.95 66.61 -
YUV 144.39 167.29 171.23 -
System Red Green Blue C M Y K H S L
Decimal 205 100 214 0.04 0.53 0 0.16 295.26 0.58 0.62
Hex CD 64 D6 4 35 0 10 127 3A 3E
Octal 315 144 326 4 65 0 20 447 72 76
Binary 11001101 1100100 11010110 100 110101 0 10000 100100111 111010 111110

Color Harmonies of #CD64D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD64D6

Black with #CD64D6

Text Example


Text Example

White with #CD64D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD64D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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