#CA7CDB

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

Shades of Orchid #CA7CDB

Tints of Orchid #CA7CDB

Color information

#CA7CDB (or 0xCA7CDB) is unknown color: approx Orchid. HEX triplet: CA, 7C and DB. RGB value is (202,124,219). Sum of RGB (Red+Green+Blue) = 202+124+219=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA7CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CDB is #358324. Grayscale: #9D9D9D. Windows color (decimal): -3506981 or 14384330. OLE color: 14384330.

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

Color convert

RGB202124219-
CMYK0.080.4300.14
HSL289.26º56.89%67.25%-
HSV(B)289.26º43.38%85.88%-
XYZ44.3532.0970.87-
YUV158.15162.34159.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 124 (48.83% from 255) = 22.75%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=37.06%
G=22.75%
B=40.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021242190.080.4300.14289.2656.8967.25
HexCA7CDB82B0E1213943
Octal312174333105301644171103
Binary110010101111100110110111000101011011101001000011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7CDB; }

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

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

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

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

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

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

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

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