Html Css Color HEX #E678CE Orchid

📋 copy color: '#E678CE'

red 230 ◦ green 120 ◦ blue 206

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

Shades of Orchid #E678CE

Tints of Orchid #E678CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 41.37%
G = 21.58%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E678CE (or 0xE678CE) is known color: Orchid. HEX triplet: E6, 78 and CE. RGB value is (230,120,206). Sum of RGB (Red+Green+Blue) = 230+120+206=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E678CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678CE is #198731. Grayscale: #A2A2A2. Windows color (decimal): -1673010 or 13531366. OLE color: 13531366.

HSL color Cylindrical-coordinate representation of color #E678CE: hue angle of 313.09º 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 #E678CE is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 120 206 -
CMYK 0 0.48 0.10 0.10
HSL 313.09º 0.69% 0.69% -
HSV(B) 313.09º 0.48% 0.9% -
XYZ 50.49 34.71 62.43 -
YUV 162.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 230 120 206 0 0.48 0.10 0.10 313.09 0.69 0.69
Hex E6 78 CE 0 30 A A 139 45 45
Octal 346 170 316 0 60 12 12 471 105 105
Binary 11100110 1111000 11001110 0 110000 1010 1010 100111001 1000101 1000101

Color Harmonies of #E678CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678CE

Black with #E678CE

Text Example


Text Example

White with #E678CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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