#CC65CB

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

Shades of Orchid #CC65CB

Tints of Orchid #CC65CB

Color information

#CC65CB (or 0xCC65CB) is unknown color: approx Orchid. HEX triplet: CC, 65 and CB. RGB value is (204,101,203). Sum of RGB (Red+Green+Blue) = 204+101+203=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC65CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65CB is #339A34. Grayscale: #8F8F8F. Windows color (decimal): -3381813 or 13329868. OLE color: 13329868.

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

Color convert

RGB204101203-
CMYK00.500.000.2
HSL300.58º50.24%59.8%-
HSV(B)300.58º50.49%80%-
XYZ40.3426.4659.48-
YUV143.42161.62171.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 101 (39.84% from 255) = 19.88%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=40.16%
G=19.88%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410120300.500.000.2300.5850.2459.8
HexCC65CB03201412d323c
Octal3141453130620244556274
Binary110011001100101110010110110010010100100101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC65CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC65CB; }

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

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

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

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

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

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

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

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