Html Css Color HEX #CC64D5 Orchid

📋 copy color: '#CC64D5'

red 204 ◦ green 100 ◦ blue 213

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

Shades of Orchid #CC64D5

Tints of Orchid #CC64D5

RGB

 RED value IS 204 (80.08% from 255) = 39.46%

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

 BLUE value IS 213 (83.59% from 255) = 41.2%

R = 39.46%
G = 19.34%
B = 41.2%

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

#CC64D5 (or 0xCC64D5) is known color: Orchid. HEX triplet: CC, 64 and D5. RGB value is (204,100,213). Sum of RGB (Red+Green+Blue) = 204+100+213=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC64D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64D5 is #339B2A. Grayscale: #8F8F8F. Windows color (decimal): -3382059 or 13984972. OLE color: 13984972.

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

Color convert

RGB 204 100 213 -
CMYK 0.04 0.53 0 0.16
HSL 295.22º 0.57% 0.61% -
HSV(B) 295.22º 0.53% 0.84% -
XYZ 41.47 26.76 65.93 -
YUV 143.98 166.96 170.81 -
System Red Green Blue C M Y K H S L
Decimal 204 100 213 0.04 0.53 0 0.16 295.22 0.57 0.61
Hex CC 64 D5 4 35 0 10 127 39 3D
Octal 314 144 325 4 65 0 20 447 71 75
Binary 11001100 1100100 11010101 100 110101 0 10000 100100111 111001 111101

Color Harmonies of #CC64D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC64D5

Black with #CC64D5

Text Example


Text Example

White with #CC64D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC64D5; }

 p { color: rgb(204,100,213); }

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

background-color css

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

 a { background-color: rgb(204,100,213); }

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

border-color css

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

 span { border-color: rgb(204,100,213); }

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