#CA74CD

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

Shades of Orchid #CA74CD

Tints of Orchid #CA74CD

Color information

#CA74CD (or 0xCA74CD) is unknown color: approx Orchid. HEX triplet: CA, 74 and CD. RGB value is (202,116,205). Sum of RGB (Red+Green+Blue) = 202+116+205=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA74CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74CD is #358B32. Grayscale: #979797. Windows color (decimal): -3509043 or 13464778. OLE color: 13464778.

HSL color Cylindrical-coordinate representation of color #CA74CD: hue angle of 297.98º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA74CD is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202116205-
CMYK0.010.4300.20
HSL297.98º47.09%62.94%-
HSV(B)297.98º43.41%80.39%-
XYZ41.6229.4661.25-
YUV151.86157.99163.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 116 (45.70% from 255) = 22.18%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=38.62%
G=22.18%
B=39.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021162050.010.4300.20297.9847.0962.94
HexCA74CD12B01412a2f3f
Octal3121643151530244525777
Binary110010101110100110011011101011010100100101010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA74CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA74CD; }

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

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

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

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

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

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

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

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