#CA72D7

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

Shades of Orchid #CA72D7

Tints of Orchid #CA72D7

Color information

#CA72D7 (or 0xCA72D7) is unknown color: approx Orchid. HEX triplet: CA, 72 and D7. RGB value is (202,114,215). Sum of RGB (Red+Green+Blue) = 202+114+215=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA72D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72D7 is #358D28. Grayscale: #979797. Windows color (decimal): -3509545 or 14119626. OLE color: 14119626.

HSL color Cylindrical-coordinate representation of color #CA72D7: hue angle of 292.28º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA72D7 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202114215-
CMYK0.060.4700.16
HSL292.28º55.8%64.51%-
HSV(B)292.28º46.98%84.31%-
XYZ42.6429.567.74-
YUV151.83163.65163.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 114 (44.92% from 255) = 21.47%
BLUE value IS 215 (84.38% from 255) = 40.49%
R=38.04%
G=21.47%
B=40.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021142150.060.4700.16292.2855.864.51
HexCA72D762F0101243841
Octal31216232765702044470101
Binary110010101110010110101111101011110100001001001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA72D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA72D7; }

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

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

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

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

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

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

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

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