#CE74B9

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

Shades of Orchid #CE74B9

Tints of Orchid #CE74B9

Color information

#CE74B9 (or 0xCE74B9) is unknown color: approx Orchid. HEX triplet: CE, 74 and B9. RGB value is (206,116,185). Sum of RGB (Red+Green+Blue) = 206+116+185=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE74B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74B9 is #318B46. Grayscale: #969696. Windows color (decimal): -3246919 or 12154062. OLE color: 12154062.

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

Color convert

RGB206116185-
CMYK00.440.100.19
HSL314º47.87%63.14%-
HSV(B)314º43.69%80.78%-
XYZ40.4629.1249.39-
YUV150.78147.32167.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 116 (45.70% from 255) = 22.88%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=40.63%
G=22.88%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611618500.440.100.1931447.8763.14
HexCE74B902CA1313a303f
Octal31616427105412234726077
Binary110011101110100101110010101100101010011100111010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE74B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE74B9; }

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

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

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

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

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

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

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

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