#CE74BC

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

Shades of Orchid #CE74BC

Tints of Orchid #CE74BC

Color information

#CE74BC (or 0xCE74BC) is unknown color: approx Orchid. HEX triplet: CE, 74 and BC. RGB value is (206,116,188). Sum of RGB (Red+Green+Blue) = 206+116+188=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE74BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74BC is #318B43. Grayscale: #969696. Windows color (decimal): -3246916 or 12350670. OLE color: 12350670.

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

Color convert

RGB206116188-
CMYK00.440.090.19
HSL312º47.87%63.14%-
HSV(B)312º43.69%80.78%-
XYZ40.7829.2451.07-
YUV151.12148.82167.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 116 (45.70% from 255) = 22.75%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=40.39%
G=22.75%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611618800.440.090.1931247.8763.14
HexCE74BC02C913138303f
Octal31616427405411234706077
Binary110011101110100101111000101100100110011100111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE74BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE74BC; }

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

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

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

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

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

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

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

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