#CA75D8

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

Shades of Orchid #CA75D8

Tints of Orchid #CA75D8

Color information

#CA75D8 (or 0xCA75D8) is unknown color: approx Orchid. HEX triplet: CA, 75 and D8. RGB value is (202,117,216). Sum of RGB (Red+Green+Blue) = 202+117+216=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA75D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75D8 is #358A27. Grayscale: #999999. Windows color (decimal): -3508776 or 14185930. OLE color: 14185930.

HSL color Cylindrical-coordinate representation of color #CA75D8: hue angle of 291.52º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA75D8 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202117216-
CMYK0.060.4600.15
HSL291.52º55.93%65.29%-
HSV(B)291.52º45.83%84.71%-
XYZ43.1130.2468.53-
YUV153.7163.16162.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 117 (46.09% from 255) = 21.87%
BLUE value IS 216 (84.77% from 255) = 40.37%
R=37.76%
G=21.87%
B=40.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021172160.060.4600.15291.5255.9365.29
HexCA75D862E0F1243841
Octal31216533065601744470101
Binary11001010111010111011000110101110011111001001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75D8; }

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

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

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

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

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

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

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

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