#CE7DBB

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

Shades of Orchid #CE7DBB

Tints of Orchid #CE7DBB

Color information

#CE7DBB (or 0xCE7DBB) is unknown color: approx Orchid. HEX triplet: CE, 7D and BB. RGB value is (206,125,187). Sum of RGB (Red+Green+Blue) = 206+125+187=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DBB is #318244. Grayscale: #9C9C9C. Windows color (decimal): -3244613 or 12287438. OLE color: 12287438.

HSL color Cylindrical-coordinate representation of color #CE7DBB: hue angle of 314.07º 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 #CE7DBB is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB206125187-
CMYK00.390.090.19
HSL314.07º45.25%64.9%-
HSV(B)314.07º39.32%80.78%-
XYZ41.7631.3850.87-
YUV156.29145.34163.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 125 (49.22% from 255) = 24.13%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=39.77%
G=24.13%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612518700.390.090.19314.0745.2564.9
HexCE7DBB02791313a2d41
Octal316175273047112347255101
Binary1100111011111011011101101001111001100111001110101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7DBB; }

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

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

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

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

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

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

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

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