#CE6CD7

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

Shades of Orchid #CE6CD7

Tints of Orchid #CE6CD7

Color information

#CE6CD7 (or 0xCE6CD7) is unknown color: approx Orchid. HEX triplet: CE, 6C and D7. RGB value is (206,108,215). Sum of RGB (Red+Green+Blue) = 206+108+215=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE6CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CD7 is #319328. Grayscale: #959595. Windows color (decimal): -3248937 or 14118094. OLE color: 14118094.

HSL color Cylindrical-coordinate representation of color #CE6CD7: hue angle of 294.95º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6CD7 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206108215-
CMYK0.040.5000.16
HSL294.95º57.22%63.33%-
HSV(B)294.95º49.77%84.31%-
XYZ43.0828.7567.57-
YUV149.5164.97168.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 108 (42.58% from 255) = 20.42%
BLUE value IS 215 (84.38% from 255) = 40.64%
R=38.94%
G=20.42%
B=40.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061082150.040.5000.16294.9557.2263.33
HexCE6CD7432010127393f
Octal3161543274620204477177
Binary11001110110110011010111100110010010000100100111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6CD7; }

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

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

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

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

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

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

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

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