#CA75DF

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

Shades of Orchid #CA75DF

Tints of Orchid #CA75DF

Color information

#CA75DF (or 0xCA75DF) is unknown color: approx Orchid. HEX triplet: CA, 75 and DF. RGB value is (202,117,223). Sum of RGB (Red+Green+Blue) = 202+117+223=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75DF is #358A20. Grayscale: #9A9A9A. Windows color (decimal): -3508769 or 14644682. OLE color: 14644682.

HSL color Cylindrical-coordinate representation of color #CA75DF: hue angle of 288.11º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA75DF is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202117223-
CMYK0.090.4800.13
HSL288.11º62.35%66.67%-
HSV(B)288.11º47.53%87.45%-
XYZ44.0430.6173.4-
YUV154.5166.66161.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 117 (46.09% from 255) = 21.59%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=37.27%
G=21.59%
B=41.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021172230.090.4800.13288.1162.3566.67
HexCA75DF9300D1203e43
Octal312165337116001544076103
Binary110010101110101110111111001110000011011001000001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75DF; }

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

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

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

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

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

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

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

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