#CA75D5

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

Shades of Orchid #CA75D5

Tints of Orchid #CA75D5

Color information

#CA75D5 (or 0xCA75D5) is unknown color: approx Orchid. HEX triplet: CA, 75 and D5. RGB value is (202,117,213). Sum of RGB (Red+Green+Blue) = 202+117+213=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA75D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75D5 is #358A2A. Grayscale: #999999. Windows color (decimal): -3508779 or 13989322. OLE color: 13989322.

HSL color Cylindrical-coordinate representation of color #CA75D5: hue angle of 293.12º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA75D5 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202117213-
CMYK0.050.4500.16
HSL293.12º53.33%64.71%-
HSV(B)293.12º45.07%83.53%-
XYZ42.7330.0866.51-
YUV153.36161.66162.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 117 (46.09% from 255) = 21.99%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=37.97%
G=21.99%
B=40.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021172130.050.4500.16293.1253.3364.71
HexCA75D552D0101253541
Octal31216532555502044565101
Binary110010101110101110101011011011010100001001001011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75D5; }

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

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

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

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

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

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

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

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