Html Css Color HEX #E369CD Orchid

📋 copy color: '#E369CD'

red 227 ◦ green 105 ◦ blue 205

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

Shades of Orchid #E369CD

Tints of Orchid #E369CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 42.27%
G = 19.55%
B = 38.18%

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

#E369CD (or 0xE369CD) is known color: Orchid. HEX triplet: E3, 69 and CD. RGB value is (227,105,205). Sum of RGB (Red+Green+Blue) = 227+105+205=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E369CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369CD is #1C9632. Grayscale: #989898. Windows color (decimal): -1873459 or 13461987. OLE color: 13461987.

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

Color convert

RGB 227 105 205 -
CMYK 0 0.54 0.10 0.11
HSL 310.82º 0.69% 0.65% -
HSV(B) 310.82º 0.54% 0.89% -
XYZ 47.75 30.84 61.19 -
YUV 152.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 227 105 205 0 0.54 0.10 0.11 310.82 0.69 0.65
Hex E3 69 CD 0 36 A B 137 45 41
Octal 343 151 315 0 66 12 13 467 105 101
Binary 11100011 1101001 11001101 0 110110 1010 1011 100110111 1000101 1000001

Color Harmonies of #E369CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E369CD

Black with #E369CD

Text Example


Text Example

White with #E369CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E369CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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