#CA7EDD

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

Shades of Orchid #CA7EDD

Tints of Orchid #CA7EDD

Color information

#CA7EDD (or 0xCA7EDD) is unknown color: approx Orchid. HEX triplet: CA, 7E and DD. RGB value is (202,126,221). Sum of RGB (Red+Green+Blue) = 202+126+221=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EDD is #358122. Grayscale: #9F9F9F. Windows color (decimal): -3506467 or 14515914. OLE color: 14515914.

HSL color Cylindrical-coordinate representation of color #CA7EDD: hue angle of 288º degrees, saturation: 0.58, 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 #CA7EDD is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202126221-
CMYK0.090.4300.13
HSL288º58.28%68.04%-
HSV(B)288º42.99%86.67%-
XYZ44.8732.772.35-
YUV159.55162.68158.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 126 (49.61% from 255) = 22.95%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=36.79%
G=22.95%
B=40.26%

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
Decimal2021262210.090.4300.1328858.2868.04
HexCA7EDD92B0D1203a44
Octal312176335115301544072104
Binary110010101111110110111011001101011011011001000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7EDD; }

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

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

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

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

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

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

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

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