#CA75CC

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

Shades of Orchid #CA75CC

Tints of Orchid #CA75CC

Color information

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

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

Color convert

RGB202117204-
CMYK0.010.4300.2
HSL298.62º46.03%62.94%-
HSV(B)298.62º42.65%80%-
XYZ41.6229.6460.65-
YUV152.33157.16163.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021172040.010.4300.2298.6246.0362.94
HexCA75CC12B01412b2e3f
Octal3121653141530244535677
Binary110010101110101110011001101011010100100101011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75CC; }

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

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

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

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

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

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

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

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