#CA7DDD

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

Shades of Orchid #CA7DDD

Tints of Orchid #CA7DDD

Color information

#CA7DDD (or 0xCA7DDD) is unknown color: approx Orchid. HEX triplet: CA, 7D and DD. RGB value is (202,125,221). Sum of RGB (Red+Green+Blue) = 202+125+221=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DDD is #358222. Grayscale: #9E9E9E. Windows color (decimal): -3506723 or 14515658. OLE color: 14515658.

HSL color Cylindrical-coordinate representation of color #CA7DDD: hue angle of 288.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7DDD is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202125221-
CMYK0.090.4300.13
HSL288.12º58.54%67.84%-
HSV(B)288.12º43.44%86.67%-
XYZ44.7432.4472.31-
YUV158.97163.01158.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 125 (49.22% from 255) = 22.81%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=36.86%
G=22.81%
B=40.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021252210.090.4300.13288.1258.5467.84
HexCA7DDD92B0D1203b44
Octal312175335115301544073104
Binary110010101111101110111011001101011011011001000001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DDD; }

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

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

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

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

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

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

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

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