Html Css Color HEX #E678CC Orchid

📋 copy color: '#E678CC'

red 230 ◦ green 120 ◦ blue 204

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

Shades of Orchid #E678CC

Tints of Orchid #E678CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 41.52%
G = 21.66%
B = 36.82%

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

#E678CC (or 0xE678CC) is known color: Orchid. HEX triplet: E6, 78 and CC. RGB value is (230,120,204). Sum of RGB (Red+Green+Blue) = 230+120+204=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E678CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678CC is #198733. Grayscale: #A2A2A2. Windows color (decimal): -1673012 or 13400294. OLE color: 13400294.

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

Color convert

RGB 230 120 204 -
CMYK 0 0.48 0.11 0.10
HSL 314.18º 0.69% 0.69% -
HSV(B) 314.18º 0.48% 0.9% -
XYZ 50.25 34.62 61.16 -
YUV 162.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 230 120 204 0 0.48 0.11 0.10 314.18 0.69 0.69
Hex E6 78 CC 0 30 B A 13A 45 45
Octal 346 170 314 0 60 13 12 472 105 105
Binary 11100110 1111000 11001100 0 110000 1011 1010 100111010 1000101 1000101

Color Harmonies of #E678CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678CC

Black with #E678CC

Text Example


Text Example

White with #E678CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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