#CA72D5

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

Shades of Orchid #CA72D5

Tints of Orchid #CA72D5

Color information

#CA72D5 (or 0xCA72D5) is unknown color: approx Orchid. HEX triplet: CA, 72 and D5. RGB value is (202,114,213). Sum of RGB (Red+Green+Blue) = 202+114+213=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA72D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72D5 is #358D2A. Grayscale: #979797. Windows color (decimal): -3509547 or 13988554. OLE color: 13988554.

HSL color Cylindrical-coordinate representation of color #CA72D5: hue angle of 293.33º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA72D5 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202114213-
CMYK0.050.4600.16
HSL293.33º54.1%64.12%-
HSV(B)293.33º46.48%83.53%-
XYZ42.3829.466.39-
YUV151.6162.65163.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 114 (44.92% from 255) = 21.55%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=38.19%
G=21.55%
B=40.26%

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
Decimal2021142130.050.4600.16293.3354.164.12
HexCA72D552E0101253640
Octal31216232555602044566100
Binary110010101110010110101011011011100100001001001011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA72D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA72D5; }

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

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

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

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

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

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

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

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