Html Css Color HEX #E67FDA Orchid

📋 copy color: '#E67FDA'

red 230 ◦ green 127 ◦ blue 218

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

Shades of Orchid #E67FDA

Tints of Orchid #E67FDA

RGB

 RED value IS 230 (90.23% from 255) = 40%

 GREEN value IS 127 (50% from 255) = 22.09%

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

R = 40%
G = 22.09%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E67FDA (or 0xE67FDA) is known color: Orchid. HEX triplet: E6, 7F and DA. RGB value is (230,127,218). Sum of RGB (Red+Green+Blue) = 230+127+218=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67FDA is #198025. Grayscale: #A7A7A7. Windows color (decimal): -1671206 or 14319590. OLE color: 14319590.

HSL color Cylindrical-coordinate representation of color #E67FDA: hue angle of 306.99º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67FDA is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 127 218 -
CMYK 0 0.45 0.05 0.10
HSL 306.99º 0.67% 0.7% -
HSV(B) 306.99º 0.45% 0.9% -
XYZ 52.88 37.06 70.7 -
YUV 168.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 230 127 218 0 0.45 0.05 0.10 306.99 0.67 0.7
Hex E6 7F DA 0 2D 5 A 133 43 46
Octal 346 177 332 0 55 5 12 463 103 106
Binary 11100110 1111111 11011010 0 101101 101 1010 100110011 1000011 1000110

Color Harmonies of #E67FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67FDA

Black with #E67FDA

Text Example


Text Example

White with #E67FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67FDA; }

 p { color: rgb(230,127,218); }

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

background-color css

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

 a { background-color: rgb(230,127,218); }

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

border-color css

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

 span { border-color: rgb(230,127,218); }

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