#CE7FD3

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

Shades of Orchid #CE7FD3

Tints of Orchid #CE7FD3

Color information

#CE7FD3 (or 0xCE7FD3) is unknown color: approx Orchid. HEX triplet: CE, 7F and D3. RGB value is (206,127,211). Sum of RGB (Red+Green+Blue) = 206+127+211=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE7FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FD3 is #31802C. Grayscale: #9F9F9F. Windows color (decimal): -3244077 or 13860814. OLE color: 13860814.

HSL color Cylindrical-coordinate representation of color #CE7FD3: hue angle of 296.43º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7FD3 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB206127211-
CMYK0.020.4000.17
HSL296.43º48.84%66.27%-
HSV(B)296.43º39.81%82.75%-
XYZ44.83365.64-
YUV160.2156.67160.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 127 (50% from 255) = 23.35%
BLUE value IS 211 (82.81% from 255) = 38.79%
R=37.87%
G=23.35%
B=38.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061272110.020.4000.17296.4348.8466.27
HexCE7FD32280111283142
Octal31617732325002145061102
Binary11001110111111111010011101010000100011001010001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7FD3; }

 p { color: rgb(206,127,211); }

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

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

 a { background-color: rgb(206,127,211); }

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

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

 span { border-color: rgb(206,127,211); }

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