#ce7bd7

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

Shades of Orchid #CE7BD7

Tints of Orchid #CE7BD7

Color information

#CE7BD7 (or 0xCE7BD7) is unknown color: approx Orchid. HEX triplet: CE, 7B and D7. RGB value is (206,123,215). Sum of RGB (Red+Green+Blue) = 206+123+215=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE7BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BD7 is #318428. Grayscale: #9E9E9E. Windows color (decimal): -3245097 or 14121934. OLE color: 14121934.

HSL color Cylindrical-coordinate representation of color #CE7BD7: hue angle of 294.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7BD7 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206123215-
CMYK0.040.4300.16
HSL294.13º53.49%66.27%-
HSV(B)294.13º42.79%84.31%-
XYZ44.832.1968.14-
YUV158.3160162.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 123 (48.44% from 255) = 22.61%
BLUE value IS 215 (84.38% from 255) = 39.52%
R=37.87%
G=22.61%
B=39.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061232150.040.4300.16294.1353.4966.27
HexCE7BD742B0101263542
Octal31617332745302044665102
Binary110011101111011110101111001010110100001001001101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce7bd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce7bd7; }

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

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

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

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

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

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

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

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