#CE74D1

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

Shades of Orchid #CE74D1

Tints of Orchid #CE74D1

Color information

#CE74D1 (or 0xCE74D1) is unknown color: approx Orchid. HEX triplet: CE, 74 and D1. RGB value is (206,116,209). Sum of RGB (Red+Green+Blue) = 206+116+209=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE74D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74D1 is #318B2E. Grayscale: #999999. Windows color (decimal): -3246895 or 13726926. OLE color: 13726926.

HSL color Cylindrical-coordinate representation of color #CE74D1: hue angle of 298.06º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE74D1 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206116209-
CMYK0.010.4400.18
HSL298.06º50.27%63.73%-
HSV(B)298.06º44.5%81.96%-
XYZ43.2130.2263.88-
YUV153.51159.32165.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 116 (45.70% from 255) = 21.85%
BLUE value IS 209 (82.03% from 255) = 39.36%
R=38.79%
G=21.85%
B=39.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061162090.010.4400.18298.0650.2763.73
HexCE74D112C01212a3240
Octal31616432115402245262100
Binary1100111011101001101000111011000100101001010101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE74D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE74D1; }

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

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

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

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

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

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

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

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