Html Css Color HEX #E678CD Orchid

📋 copy color: '#E678CD'

red 230 ◦ green 120 ◦ blue 205

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

Shades of Orchid #E678CD

Tints of Orchid #E678CD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.62%

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

R = 41.44%
G = 21.62%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E678CD (or 0xE678CD) is known color: Orchid. HEX triplet: E6, 78 and CD. RGB value is (230,120,205). Sum of RGB (Red+Green+Blue) = 230+120+205=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E678CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678CD is #198732. Grayscale: #A2A2A2. Windows color (decimal): -1673011 or 13465830. OLE color: 13465830.

HSL color Cylindrical-coordinate representation of color #E678CD: hue angle of 313.64º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E678CD is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 120 205 -
CMYK 0 0.48 0.11 0.10
HSL 313.64º 0.69% 0.69% -
HSV(B) 313.64º 0.48% 0.9% -
XYZ 50.37 34.66 61.79 -
YUV 162.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 230 120 205 0 0.48 0.11 0.10 313.64 0.69 0.69
Hex E6 78 CD 0 30 B A 13A 45 45
Octal 346 170 315 0 60 13 12 472 105 105
Binary 11100110 1111000 11001101 0 110000 1011 1010 100111010 1000101 1000101

Color Harmonies of #E678CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678CD

Black with #E678CD

Text Example


Text Example

White with #E678CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678CD; }

 p { color: rgb(230,120,205); }

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

background-color css

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

 a { background-color: rgb(230,120,205); }

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

border-color css

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

 span { border-color: rgb(230,120,205); }

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