#CC7FE2

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

Shades of Orchid #CC7FE2

Tints of Orchid #CC7FE2

Color information

#CC7FE2 (or 0xCC7FE2) is unknown color: approx Orchid. HEX triplet: CC, 7F and E2. RGB value is (204,127,226). Sum of RGB (Red+Green+Blue) = 204+127+226=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC7FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FE2 is #33801D. Grayscale: #A0A0A0. Windows color (decimal): -3375134 or 14843852. OLE color: 14843852.

HSL color Cylindrical-coordinate representation of color #CC7FE2: hue angle of 286.67º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7FE2 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204127226-
CMYK0.100.4400.11
HSL286.67º63.06%69.22%-
HSV(B)286.67º43.81%88.63%-
XYZ46.2233.5175.98-
YUV161.31164.51158.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 226 (88.67% from 255) = 40.57%
R=36.62%
G=22.80%
B=40.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041272260.100.4400.11286.6763.0669.22
HexCC7FE2A2C0B11f3f45
Octal314177342125401343777105
Binary110011001111111111000101010101100010111000111111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FE2; }

 p { color: rgb(204,127,226); }

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

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

 a { background-color: rgb(204,127,226); }

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

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

 span { border-color: rgb(204,127,226); }

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