#CC6BCA

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

Shades of Orchid #CC6BCA

Tints of Orchid #CC6BCA

Color information

#CC6BCA (or 0xCC6BCA) is unknown color: approx Orchid. HEX triplet: CC, 6B and CA. RGB value is (204,107,202). Sum of RGB (Red+Green+Blue) = 204+107+202=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BCA is #339435. Grayscale: #929292. Windows color (decimal): -3380278 or 13265868. OLE color: 13265868.

HSL color Cylindrical-coordinate representation of color #CC6BCA: hue angle of 301.24º 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 #CC6BCA is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204107202-
CMYK00.480.010.2
HSL301.24º48.74%60.98%-
HSV(B)301.24º47.55%80%-
XYZ40.8227.6259.06-
YUV146.83159.14168.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 107 (42.19% from 255) = 20.86%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=39.77%
G=20.86%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410720200.480.010.2301.2448.7460.98
HexCC6BCA03011412d313d
Octal3141533120601244556175
Binary110011001101011110010100110000110100100101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6BCA; }

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

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

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

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

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

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

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

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