#CE7DE2

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

Shades of Orchid #CE7DE2

Tints of Orchid #CE7DE2

Color information

#CE7DE2 (or 0xCE7DE2) is unknown color: approx Orchid. HEX triplet: CE, 7D and E2. RGB value is (206,125,226). Sum of RGB (Red+Green+Blue) = 206+125+226=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 125 (49.22% from 255 or 22.44% 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 #CE7DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DE2 is #31821D. Grayscale: #A0A0A0. Windows color (decimal): -3244574 or 14843342. OLE color: 14843342.

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

Color convert

RGB206125226-
CMYK0.090.4500.11
HSL288.12º63.52%68.82%-
HSV(B)288.12º44.69%88.63%-
XYZ46.5133.2875.92-
YUV160.73164.84160.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 125 (49.22% from 255) = 22.44%
BLUE value IS 226 (88.67% from 255) = 40.57%
R=36.98%
G=22.44%
B=40.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061252260.090.4500.11288.1263.5268.82
HexCE7DE292D0B1204045
Octal3161753421155013440100105
Binary1100111011111011110001010011011010101110010000010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DE2; }

 p { color: rgb(206,125,226); }

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

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

 a { background-color: rgb(206,125,226); }

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

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

 span { border-color: rgb(206,125,226); }

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