#CC75CA

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

Shades of Orchid #CC75CA

Tints of Orchid #CC75CA

Color information

#CC75CA (or 0xCC75CA) is unknown color: approx Orchid. HEX triplet: CC, 75 and CA. RGB value is (204,117,202). Sum of RGB (Red+Green+Blue) = 204+117+202=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC75CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75CA is #338A35. Grayscale: #989898. Windows color (decimal): -3377718 or 13268428. OLE color: 13268428.

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

Color convert

RGB204117202-
CMYK00.430.010.2
HSL301.38º46.03%62.94%-
HSV(B)301.38º42.65%80%-
XYZ41.9229.8259.42-
YUV152.7155.82164.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 117 (46.09% from 255) = 22.37%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=39.01%
G=22.37%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411720200.430.010.2301.3846.0362.94
HexCC75CA02B11412d2e3f
Octal3141653120531244555677
Binary110011001110101110010100101011110100100101101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC75CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC75CA; }

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

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

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

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

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

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

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

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