#CA75DC

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

Shades of Orchid #CA75DC

Tints of Orchid #CA75DC

Color information

#CA75DC (or 0xCA75DC) is unknown color: approx Orchid. HEX triplet: CA, 75 and DC. RGB value is (202,117,220). Sum of RGB (Red+Green+Blue) = 202+117+220=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75DC is #358A23. Grayscale: #999999. Windows color (decimal): -3508772 or 14448074. OLE color: 14448074.

HSL color Cylindrical-coordinate representation of color #CA75DC: hue angle of 289.51º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA75DC is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202117220-
CMYK0.080.4700.14
HSL289.51º59.54%66.08%-
HSV(B)289.51º46.82%86.27%-
XYZ43.6430.4571.29-
YUV154.16165.16162.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 117 (46.09% from 255) = 21.71%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=37.48%
G=21.71%
B=40.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021172200.080.4700.14289.5159.5466.08
HexCA75DC82F0E1223c42
Octal312165334105701644274102
Binary110010101110101110111001000101111011101001000101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75DC; }

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

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

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

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

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

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

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

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