#CA7FDB

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

Shades of Orchid #CA7FDB

Tints of Orchid #CA7FDB

Color information

#CA7FDB (or 0xCA7FDB) is unknown color: approx Orchid. HEX triplet: CA, 7F and DB. RGB value is (202,127,219). Sum of RGB (Red+Green+Blue) = 202+127+219=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FDB is #358024. Grayscale: #9F9F9F. Windows color (decimal): -3506213 or 14385098. OLE color: 14385098.

HSL color Cylindrical-coordinate representation of color #CA7FDB: hue angle of 288.91º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7FDB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202127219-
CMYK0.080.4200.14
HSL288.91º56.1%67.84%-
HSV(B)288.91º42.01%85.88%-
XYZ44.7332.8571-
YUV159.91161.35158.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 127 (50% from 255) = 23.18%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=36.86%
G=23.18%
B=39.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021272190.080.4200.14288.9156.167.84
HexCA7FDB82A0E1213844
Octal312177333105201644170104
Binary110010101111111110110111000101010011101001000011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FDB; }

 p { color: rgb(202,127,219); }

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

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

 a { background-color: rgb(202,127,219); }

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

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

 span { border-color: rgb(202,127,219); }

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