#CE7BCD

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

Shades of Orchid #CE7BCD

Tints of Orchid #CE7BCD

Color information

#CE7BCD (or 0xCE7BCD) is unknown color: approx Orchid. HEX triplet: CE, 7B and CD. RGB value is (206,123,205). Sum of RGB (Red+Green+Blue) = 206+123+205=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BCD is #318432. Grayscale: #9C9C9C. Windows color (decimal): -3245107 or 13466574. OLE color: 13466574.

HSL color Cylindrical-coordinate representation of color #CE7BCD: hue angle of 300.72º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7BCD is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB206123205-
CMYK00.400.000.19
HSL300.72º45.86%64.51%-
HSV(B)300.72º40.29%80.78%-
XYZ43.5631.761.58-
YUV157.16155162.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 123 (48.44% from 255) = 23.03%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=38.58%
G=23.03%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612320500.400.000.19300.7245.8664.51
HexCE7BCD02801312d2e41
Octal31617331505002345556101
Binary1100111011110111100110101010000100111001011011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7BCD; }

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

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

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

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

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

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

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

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