Html Css Color HEX #CD64D7 Orchid

📋 copy color: '#CD64D7'

red 205 ◦ green 100 ◦ blue 215

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

Shades of Orchid #CD64D7

Tints of Orchid #CD64D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.35%

R = 39.42%
G = 19.23%
B = 41.35%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD64D7 (or 0xCD64D7) is known color: Orchid. HEX triplet: CD, 64 and D7. RGB value is (205,100,215). Sum of RGB (Red+Green+Blue) = 205+100+215=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD64D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64D7 is #329B28. Grayscale: #909090. Windows color (decimal): -3316521 or 14116045. OLE color: 14116045.

HSL color Cylindrical-coordinate representation of color #CD64D7: hue angle of 294.78º degrees, saturation: 0.59, 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 #CD64D7 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 100 215 -
CMYK 0.05 0.53 0 0.16
HSL 294.78º 0.59% 0.62% -
HSV(B) 294.78º 0.53% 0.84% -
XYZ 42 27 67.29 -
YUV 144.51 167.79 171.15 -
System Red Green Blue C M Y K H S L
Decimal 205 100 215 0.05 0.53 0 0.16 294.78 0.59 0.62
Hex CD 64 D7 5 35 0 10 127 3B 3E
Octal 315 144 327 5 65 0 20 447 73 76
Binary 11001101 1100100 11010111 101 110101 0 10000 100100111 111011 111110

Color Harmonies of #CD64D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD64D7

Black with #CD64D7

Text Example


Text Example

White with #CD64D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD64D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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