#CC7EDD

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

Shades of Orchid #CC7EDD

Tints of Orchid #CC7EDD

Color information

#CC7EDD (or 0xCC7EDD) is unknown color: approx Orchid. HEX triplet: CC, 7E and DD. RGB value is (204,126,221). Sum of RGB (Red+Green+Blue) = 204+126+221=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EDD is #338122. Grayscale: #9F9F9F. Windows color (decimal): -3375395 or 14515916. OLE color: 14515916.

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

Color convert

RGB204126221-
CMYK0.080.4300.13
HSL289.26º58.28%68.04%-
HSV(B)289.26º42.99%86.67%-
XYZ45.4132.9872.38-
YUV160.15162.34159.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 126 (49.61% from 255) = 22.87%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=37.02%
G=22.87%
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.13
SystemRedGreenBlueCMYKHSL
Decimal2041262210.080.4300.13289.2658.2868.04
HexCC7EDD82B0D1213a44
Octal314176335105301544172104
Binary110011001111110110111011000101011011011001000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EDD; }

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

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

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

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

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

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

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

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