#CA74D9

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

Shades of Orchid #CA74D9

Tints of Orchid #CA74D9

Color information

#CA74D9 (or 0xCA74D9) is unknown color: approx Orchid. HEX triplet: CA, 74 and D9. RGB value is (202,116,217). Sum of RGB (Red+Green+Blue) = 202+116+217=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA74D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74D9 is #358B26. Grayscale: #989898. Windows color (decimal): -3509031 or 14251210. OLE color: 14251210.

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

Color convert

RGB202116217-
CMYK0.070.4700.15
HSL291.09º57.06%65.29%-
HSV(B)291.09º46.54%85.1%-
XYZ43.1330.0669.17-
YUV153.23163.99162.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 116 (45.70% from 255) = 21.68%
BLUE value IS 217 (85.16% from 255) = 40.56%
R=37.76%
G=21.68%
B=40.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021162170.070.4700.15291.0957.0665.29
HexCA74D972F0F1233941
Octal31216433175701744371101
Binary11001010111010011011001111101111011111001000111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA74D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA74D9; }

 p { color: rgb(202,116,217); }

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

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

 a { background-color: rgb(202,116,217); }

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

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

 span { border-color: rgb(202,116,217); }

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