Html Css Color HEX #E067DA Orchid

📋 copy color: '#E067DA'

red 224 ◦ green 103 ◦ blue 218

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

Shades of Orchid #E067DA

Tints of Orchid #E067DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 41.1%
G = 18.9%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E067DA (or 0xE067DA) is known color: Orchid. HEX triplet: E0, 67 and DA. RGB value is (224,103,218). Sum of RGB (Red+Green+Blue) = 224+103+218=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E067DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067DA is #1F9825. Grayscale: #979797. Windows color (decimal): -2070566 or 14313440. OLE color: 14313440.

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

Color convert

RGB 224 103 218 -
CMYK 0 0.54 0.03 0.12
HSL 302.98º 0.66% 0.64% -
HSV(B) 302.98º 0.54% 0.88% -
XYZ 48.25 30.61 69.7 -
YUV 152.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 224 103 218 0 0.54 0.03 0.12 302.98 0.66 0.64
Hex E0 67 DA 0 36 3 C 12F 42 40
Octal 340 147 332 0 66 3 14 457 102 100
Binary 11100000 1100111 11011010 0 110110 11 1100 100101111 1000010 1000000

Color Harmonies of #E067DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E067DA

Black with #E067DA

Text Example


Text Example

White with #E067DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E067DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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