#CA74D5

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

Shades of Orchid #CA74D5

Tints of Orchid #CA74D5

Color information

#CA74D5 (or 0xCA74D5) is unknown color: approx Orchid. HEX triplet: CA, 74 and D5. RGB value is (202,116,213). Sum of RGB (Red+Green+Blue) = 202+116+213=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA74D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74D5 is #358B2A. Grayscale: #989898. Windows color (decimal): -3509035 or 13989066. OLE color: 13989066.

HSL color Cylindrical-coordinate representation of color #CA74D5: hue angle of 293.2º degrees, saturation: 0.54, 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 #CA74D5 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202116213-
CMYK0.050.4600.16
HSL293.2º53.59%64.51%-
HSV(B)293.2º45.54%83.53%-
XYZ42.6129.8566.47-
YUV152.77161.99163.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 116 (45.70% from 255) = 21.85%
BLUE value IS 213 (83.59% from 255) = 40.11%
R=38.04%
G=21.85%
B=40.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021162130.050.4600.16293.253.5964.51
HexCA74D552E0101253641
Octal31216432555602044566101
Binary110010101110100110101011011011100100001001001011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA74D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA74D5; }

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

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

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

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

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

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

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

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