#CE74C5

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

Shades of Orchid #CE74C5

Tints of Orchid #CE74C5

Color information

#CE74C5 (or 0xCE74C5) is unknown color: approx Orchid. HEX triplet: CE, 74 and C5. RGB value is (206,116,197). Sum of RGB (Red+Green+Blue) = 206+116+197=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE74C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74C5 is #318B3A. Grayscale: #979797. Windows color (decimal): -3246907 or 12940494. OLE color: 12940494.

HSL color Cylindrical-coordinate representation of color #CE74C5: hue angle of 306º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE74C5 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB206116197-
CMYK00.440.040.19
HSL306º47.87%63.14%-
HSV(B)306º43.69%80.78%-
XYZ41.7829.6456.34-
YUV152.14153.32166.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 197 (77.34% from 255) = 37.96%
R=39.69%
G=22.35%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611619700.440.040.1930647.8763.14
HexCE74C502C413132303f
Octal3161643050544234626077
Binary11001110111010011000101010110010010011100110010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE74C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE74C5; }

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

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

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

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

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

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

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

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