#CE70BE

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

Shades of Orchid #CE70BE

Tints of Orchid #CE70BE

Color information

#CE70BE (or 0xCE70BE) is unknown color: approx Orchid. HEX triplet: CE, 70 and BE. RGB value is (206,112,190). Sum of RGB (Red+Green+Blue) = 206+112+190=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70BE is #318F41. Grayscale: #949494. Windows color (decimal): -3247938 or 12480718. OLE color: 12480718.

HSL color Cylindrical-coordinate representation of color #CE70BE: hue angle of 310.21º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE70BE is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206112190-
CMYK00.460.080.19
HSL310.21º48.96%62.35%-
HSV(B)310.21º45.63%80.78%-
XYZ40.5428.4352.07-
YUV149151.14168.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 112 (44.14% from 255) = 22.05%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=40.55%
G=22.05%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611219000.460.080.19310.2148.9662.35
HexCE70BE02E813136313e
Octal31616027605610234666176
Binary110011101110000101111100101110100010011100110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE70BE; }

 p { color: rgb(206,112,190); }

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

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

 a { background-color: rgb(206,112,190); }

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

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

 span { border-color: rgb(206,112,190); }

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