Html Css Color HEX #E069CD Orchid

📋 copy color: '#E069CD'

red 224 ◦ green 105 ◦ blue 205

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

Shades of Orchid #E069CD

Tints of Orchid #E069CD

RGB

 RED value IS 224 (87.89% from 255) = 41.95%

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

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

R = 41.95%
G = 19.66%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E069CD (or 0xE069CD) is known color: Orchid. HEX triplet: E0, 69 and CD. RGB value is (224,105,205). Sum of RGB (Red+Green+Blue) = 224+105+205=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E069CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069CD is #1F9632. Grayscale: #979797. Windows color (decimal): -2070067 or 13461984. OLE color: 13461984.

HSL color Cylindrical-coordinate representation of color #E069CD: hue angle of 309.58º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069CD is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 205 -
CMYK 0 0.53 0.08 0.12
HSL 309.58º 0.66% 0.65% -
HSV(B) 309.58º 0.53% 0.88% -
XYZ 46.81 30.36 61.15 -
YUV 151.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 224 105 205 0 0.53 0.08 0.12 309.58 0.66 0.65
Hex E0 69 CD 0 35 8 C 136 42 41
Octal 340 151 315 0 65 10 14 466 102 101
Binary 11100000 1101001 11001101 0 110101 1000 1100 100110110 1000010 1000001

Color Harmonies of #E069CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069CD

Black with #E069CD

Text Example


Text Example

White with #E069CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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