#CA72BE

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

Shades of Orchid #CA72BE

Tints of Orchid #CA72BE

Color information

#CA72BE (or 0xCA72BE) is unknown color: approx Orchid. HEX triplet: CA, 72 and BE. RGB value is (202,114,190). Sum of RGB (Red+Green+Blue) = 202+114+190=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA72BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72BE is #358D41. Grayscale: #949494. Windows color (decimal): -3509570 or 12481226. OLE color: 12481226.

HSL color Cylindrical-coordinate representation of color #CA72BE: hue angle of 308.18º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA72BE is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202114190-
CMYK00.440.060.21
HSL308.18º45.36%61.96%-
HSV(B)308.18º43.56%79.22%-
XYZ39.6728.3152.09-
YUV148.98151.15165.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 114 (44.92% from 255) = 22.53%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=39.92%
G=22.53%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211419000.440.060.21308.1845.3661.96
HexCA72BE02C6151342d3e
Octal3121622760546254645576
Binary11001010111001010111110010110011010101100110100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA72BE; }

 p { color: rgb(202,114,190); }

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

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

 a { background-color: rgb(202,114,190); }

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

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

 span { border-color: rgb(202,114,190); }

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