Html Css Color HEX #E369CC Orchid

📋 copy color: '#E369CC'

red 227 ◦ green 105 ◦ blue 204

#E369CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E369CC

Tints of Orchid #E369CC

RGB

 RED value IS 227 (89.06% from 255) = 42.35%

 GREEN value IS 105 (41.41% from 255) = 19.59%

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 42.35%
G = 19.59%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E369CC (or 0xE369CC) is known color: Orchid. HEX triplet: E3, 69 and CC. RGB value is (227,105,204). Sum of RGB (Red+Green+Blue) = 227+105+204=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E369CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369CC is #1C9633. Grayscale: #989898. Windows color (decimal): -1873460 or 13396451. OLE color: 13396451.

HSL color Cylindrical-coordinate representation of color #E369CC: hue angle of 311.31º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E369CC is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 105 204 -
CMYK 0 0.54 0.10 0.11
HSL 311.31º 0.69% 0.65% -
HSV(B) 311.31º 0.54% 0.89% -
XYZ 47.63 30.79 60.56 -
YUV 152.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 227 105 204 0 0.54 0.10 0.11 311.31 0.69 0.65
Hex E3 69 CC 0 36 A B 137 45 41
Octal 343 151 314 0 66 12 13 467 105 101
Binary 11100011 1101001 11001100 0 110110 1010 1011 100110111 1000101 1000001

Color Harmonies of #E369CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E369CC

Black with #E369CC

Text Example


Text Example

White with #E369CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E369CC; }

 p { color: rgb(227,105,204); }

 H1.HeaderClassName
 {
   color: #E369CC;
 }
 .AnyTagClassName
 {
   color: #E369CC;
 }
</style>

background-color css

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

 a { background-color: rgb(227,105,204); }

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

border-color css

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

 span { border-color: rgb(227,105,204); }

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