#CE70C8

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

Shades of Orchid #CE70C8

Tints of Orchid #CE70C8

Color information

#CE70C8 (or 0xCE70C8) is unknown color: approx Orchid. HEX triplet: CE, 70 and C8. RGB value is (206,112,200). Sum of RGB (Red+Green+Blue) = 206+112+200=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70C8 is #318F37. Grayscale: #959595. Windows color (decimal): -3247928 or 13136078. OLE color: 13136078.

HSL color Cylindrical-coordinate representation of color #CE70C8: hue angle of 303.83º 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 #CE70C8 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB206112200-
CMYK00.460.030.19
HSL303.83º48.96%62.35%-
HSV(B)303.83º45.63%80.78%-
XYZ41.6728.8858.02-
YUV150.14156.14167.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 112 (44.14% from 255) = 21.62%
BLUE value IS 200 (78.52% from 255) = 38.61%
R=39.77%
G=21.62%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611220000.460.030.19303.8348.9662.35
HexCE70C802E313130313e
Octal3161603100563234606176
Binary1100111011100001100100001011101110011100110000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE70C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE70C8; }

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

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

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

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

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

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

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

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