#CE6BD0

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

Shades of Orchid #CE6BD0

Tints of Orchid #CE6BD0

Color information

#CE6BD0 (or 0xCE6BD0) is unknown color: approx Orchid. HEX triplet: CE, 6B and D0. RGB value is (206,107,208). Sum of RGB (Red+Green+Blue) = 206+107+208=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE6BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BD0 is #31942F. Grayscale: #939393. Windows color (decimal): -3249200 or 13659086. OLE color: 13659086.

HSL color Cylindrical-coordinate representation of color #CE6BD0: hue angle of 298.81º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6BD0 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206107208-
CMYK0.010.4900.18
HSL298.81º51.79%61.76%-
HSV(B)298.81º48.56%81.57%-
XYZ42.128.1962.9-
YUV148.11161.8169.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 107 (42.19% from 255) = 20.54%
BLUE value IS 208 (81.64% from 255) = 39.92%
R=39.54%
G=20.54%
B=39.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061072080.010.4900.18298.8151.7961.76
HexCE6BD013101212b343e
Octal3161533201610224536476
Binary110011101101011110100001110001010010100101011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6BD0; }

 p { color: rgb(206,107,208); }

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

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

 a { background-color: rgb(206,107,208); }

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

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

 span { border-color: rgb(206,107,208); }

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