#CC68CA

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

Shades of Orchid #CC68CA

Tints of Orchid #CC68CA

Color information

#CC68CA (or 0xCC68CA) is unknown color: approx Orchid. HEX triplet: CC, 68 and CA. RGB value is (204,104,202). Sum of RGB (Red+Green+Blue) = 204+104+202=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC68CA is #339735. Grayscale: #909090. Windows color (decimal): -3381046 or 13265100. OLE color: 13265100.

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

Color convert

RGB204104202-
CMYK00.490.010.2
HSL301.2º49.5%60.39%-
HSV(B)301.2º49.02%80%-
XYZ40.512758.95-
YUV145.07160.13170.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 104 (41.02% from 255) = 20.39%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=40%
G=20.39%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410420200.490.010.2301.249.560.39
HexCC68CA03111412d323c
Octal3141503120611244556274
Binary110011001101000110010100110001110100100101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC68CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC68CA; }

 p { color: rgb(204,104,202); }

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

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

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

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

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

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

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