#CA7DDB

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

Shades of Orchid #CA7DDB

Tints of Orchid #CA7DDB

Color information

#CA7DDB (or 0xCA7DDB) is unknown color: approx Orchid. HEX triplet: CA, 7D and DB. RGB value is (202,125,219). Sum of RGB (Red+Green+Blue) = 202+125+219=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DDB is #358224. Grayscale: #9E9E9E. Windows color (decimal): -3506725 or 14384586. OLE color: 14384586.

HSL color Cylindrical-coordinate representation of color #CA7DDB: hue angle of 289.15º 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 #CA7DDB is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202125219-
CMYK0.080.4300.14
HSL289.15º56.63%67.45%-
HSV(B)289.15º42.92%85.88%-
XYZ44.4832.3470.92-
YUV158.74162.01158.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 125 (49.22% from 255) = 22.89%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=37.00%
G=22.89%
B=40.11%

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
Decimal2021252190.080.4300.14289.1556.6367.45
HexCA7DDB82B0E1213943
Octal312175333105301644171103
Binary110010101111101110110111000101011011101001000011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DDB; }

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

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

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

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

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

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

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

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