#CC6ACB

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

Shades of Orchid #CC6ACB

Tints of Orchid #CC6ACB

Color information

#CC6ACB (or 0xCC6ACB) is unknown color: approx Orchid. HEX triplet: CC, 6A and CB. RGB value is (204,106,203). Sum of RGB (Red+Green+Blue) = 204+106+203=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ACB is #339534. Grayscale: #929292. Windows color (decimal): -3380533 or 13331148. OLE color: 13331148.

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

Color convert

RGB204106203-
CMYK00.480.000.2
HSL300.61º49%60.78%-
HSV(B)300.61º48.04%80%-
XYZ40.8427.4659.65-
YUV146.36159.97169.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 106 (41.80% from 255) = 20.66%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=39.77%
G=20.66%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410620300.480.000.2300.614960.78
HexCC6ACB03001412d313d
Octal3141523130600244556175
Binary110011001101010110010110110000010100100101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6ACB; }

 p { color: rgb(204,106,203); }

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

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

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

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

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

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

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