#CE7DBE

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

Shades of Orchid #CE7DBE

Tints of Orchid #CE7DBE

Color information

#CE7DBE (or 0xCE7DBE) is unknown color: approx Orchid. HEX triplet: CE, 7D and BE. RGB value is (206,125,190). Sum of RGB (Red+Green+Blue) = 206+125+190=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DBE is #318241. Grayscale: #9C9C9C. Windows color (decimal): -3244610 or 12484046. OLE color: 12484046.

HSL color Cylindrical-coordinate representation of color #CE7DBE: hue angle of 311.85º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7DBE is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206125190-
CMYK00.390.080.19
HSL311.85º45.25%64.9%-
HSV(B)311.85º39.32%80.78%-
XYZ42.0831.5152.58-
YUV156.63146.84163.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=39.54%
G=23.99%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612519000.390.080.19311.8545.2564.9
HexCE7DBE0278131382d41
Octal316175276047102347055101
Binary1100111011111011011111001001111000100111001110001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DBE; }

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

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

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

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

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

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

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

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