#CC7ECA

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

Shades of Orchid #CC7ECA

Tints of Orchid #CC7ECA

Color information

#CC7ECA (or 0xCC7ECA) is unknown color: approx Orchid. HEX triplet: CC, 7E and CA. RGB value is (204,126,202). Sum of RGB (Red+Green+Blue) = 204+126+202=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ECA is #338135. Grayscale: #9D9D9D. Windows color (decimal): -3375414 or 13270732. OLE color: 13270732.

HSL color Cylindrical-coordinate representation of color #CC7ECA: hue angle of 301.54º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7ECA is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204126202-
CMYK00.380.010.2
HSL301.54º43.33%64.71%-
HSV(B)301.54º38.24%80%-
XYZ43.0232.0259.79-
YUV157.99152.84160.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 126 (49.61% from 255) = 23.68%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=38.35%
G=23.68%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412620200.380.010.2301.5443.3364.71
HexCC7ECA02611412e2b41
Octal31417631204612445653101
Binary1100110011111101100101001001101101001001011101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7ECA; }

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

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

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

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

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

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

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

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