#CA74CF

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

Shades of Orchid #CA74CF

Tints of Orchid #CA74CF

Color information

#CA74CF (or 0xCA74CF) is unknown color: approx Orchid. HEX triplet: CA, 74 and CF. RGB value is (202,116,207). Sum of RGB (Red+Green+Blue) = 202+116+207=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74CF is #358B30. Grayscale: #979797. Windows color (decimal): -3509041 or 13595850. OLE color: 13595850.

HSL color Cylindrical-coordinate representation of color #CA74CF: hue angle of 296.7º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA74CF is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202116207-
CMYK0.020.4400.19
HSL296.7º48.66%63.33%-
HSV(B)296.7º43.96%81.18%-
XYZ41.8629.5562.53-
YUV152.09158.99163.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 116 (45.70% from 255) = 22.10%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=38.48%
G=22.10%
B=39.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021162070.020.4400.19296.748.6663.33
HexCA74CF22C013129313f
Octal3121643172540234516177
Binary1100101011101001100111110101100010011100101001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA74CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA74CF; }

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

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

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

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

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

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

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

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