#CE70C5

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

Shades of Orchid #CE70C5

Tints of Orchid #CE70C5

Color information

#CE70C5 (or 0xCE70C5) is unknown color: approx Orchid. HEX triplet: CE, 70 and C5. RGB value is (206,112,197). Sum of RGB (Red+Green+Blue) = 206+112+197=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70C5 is #318F3A. Grayscale: #959595. Windows color (decimal): -3247931 or 12939470. OLE color: 12939470.

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

Color convert

RGB206112197-
CMYK00.460.040.19
HSL305.74º48.96%62.35%-
HSV(B)305.74º45.63%80.78%-
XYZ41.3328.7456.19-
YUV149.8154.64168.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 112 (44.14% from 255) = 21.75%
BLUE value IS 197 (77.34% from 255) = 38.25%
R=40%
G=21.75%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611219700.460.040.19305.7448.9662.35
HexCE70C502E413132313e
Octal3161603050564234626176
Binary11001110111000011000101010111010010011100110010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE70C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE70C5; }

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

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

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

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

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

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

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

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