#CE7BD0

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

Shades of Orchid #CE7BD0

Tints of Orchid #CE7BD0

Color information

#CE7BD0 (or 0xCE7BD0) is unknown color: approx Orchid. HEX triplet: CE, 7B and D0. RGB value is (206,123,208). Sum of RGB (Red+Green+Blue) = 206+123+208=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE7BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BD0 is #31842F. Grayscale: #9D9D9D. Windows color (decimal): -3245104 or 13663182. OLE color: 13663182.

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

Color convert

RGB206123208-
CMYK0.010.4100.18
HSL298.59º47.49%64.9%-
HSV(B)298.59º40.87%81.57%-
XYZ43.9231.8463.51-
YUV157.51156.5162.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 123 (48.44% from 255) = 22.91%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=38.36%
G=22.91%
B=38.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061232080.010.4100.18298.5947.4964.9
HexCE7BD012901212b2f41
Octal31617332015102245357101
Binary1100111011110111101000011010010100101001010111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7BD0; }

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

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

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

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

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

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

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

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