#CC64CC

Color #CC64CC Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CC64CC

Tints of Orchid #CC64CC

Color information

#CC64CC (or 0xCC64CC) is unknown color: approx Orchid. HEX triplet: CC, 64 and CC. RGB value is (204,100,204). Sum of RGB (Red+Green+Blue) = 204+100+204=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64CC is #339B33. Grayscale: #8E8E8E. Windows color (decimal): -3382068 or 13395148. OLE color: 13395148.

HSL color Cylindrical-coordinate representation of color #CC64CC: hue angle of 300º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC64CC is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB204100204-
CMYK00.5100.2
HSL300º50.49%59.61%-
HSV(B)300º50.98%80%-
XYZ40.3626.3160.08-
YUV142.95162.46171.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 100 (39.45% from 255) = 19.69%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=40.16%
G=19.69%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410020400.5100.230050.4959.61
HexCC64CC03301412c323c
Octal3141443140630244546274
Binary110011001100100110011000110011010100100101100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC64CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC64CC; }

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

 H1.HeaderClassName
 {
   color: #CC64CC;
 }
 .AnyTagClassName
 {
   color: #CC64CC;
 }
</style>
background-color css

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

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

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

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

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

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