#CA75D7

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

Shades of Orchid #CA75D7

Tints of Orchid #CA75D7

Color information

#CA75D7 (or 0xCA75D7) is unknown color: approx Orchid. HEX triplet: CA, 75 and D7. RGB value is (202,117,215). Sum of RGB (Red+Green+Blue) = 202+117+215=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA75D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75D7 is #358A28. Grayscale: #999999. Windows color (decimal): -3508777 or 14120394. OLE color: 14120394.

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

Color convert

RGB202117215-
CMYK0.060.4600.16
HSL292.04º55.06%65.1%-
HSV(B)292.04º45.58%84.31%-
XYZ42.9830.1967.85-
YUV153.59162.66162.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 117 (46.09% from 255) = 21.91%
BLUE value IS 215 (84.38% from 255) = 40.26%
R=37.83%
G=21.91%
B=40.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021172150.060.4600.16292.0455.0665.1
HexCA75D762E0101243741
Octal31216532765602044467101
Binary110010101110101110101111101011100100001001001001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75D7; }

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

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

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

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

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

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

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

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