Html Css Color HEX #E067C9 Orchid

📋 copy color: '#E067C9'

red 224 ◦ green 103 ◦ blue 201

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

Shades of Orchid #E067C9

Tints of Orchid #E067C9

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.51%

 BLUE value IS 201 (78.91% from 255) = 38.07%

R = 42.42%
G = 19.51%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E067C9 (or 0xE067C9) is known color: Orchid. HEX triplet: E0, 67 and C9. RGB value is (224,103,201). Sum of RGB (Red+Green+Blue) = 224+103+201=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E067C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067C9 is #1F9836. Grayscale: #969696. Windows color (decimal): -2070583 or 13199328. OLE color: 13199328.

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

Color convert

RGB 224 103 201 -
CMYK 0 0.54 0.10 0.12
HSL 311.41º 0.66% 0.64% -
HSV(B) 311.41º 0.54% 0.88% -
XYZ 46.13 29.76 58.57 -
YUV 150.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 224 103 201 0 0.54 0.10 0.12 311.41 0.66 0.64
Hex E0 67 C9 0 36 A C 137 42 40
Octal 340 147 311 0 66 12 14 467 102 100
Binary 11100000 1100111 11001001 0 110110 1010 1100 100110111 1000010 1000000

Color Harmonies of #E067C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E067C9

Black with #E067C9

Text Example


Text Example

White with #E067C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E067C9; }

 p { color: rgb(224,103,201); }

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

background-color css

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

 a { background-color: rgb(224,103,201); }

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

border-color css

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

 span { border-color: rgb(224,103,201); }

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