Html Css Color HEX #E67CCE Orchid

📋 copy color: '#E67CCE'

red 230 ◦ green 124 ◦ blue 206

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

Shades of Orchid #E67CCE

Tints of Orchid #E67CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.14%

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

R = 41.07%
G = 22.14%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E67CCE (or 0xE67CCE) is known color: Orchid. HEX triplet: E6, 7C and CE. RGB value is (230,124,206). Sum of RGB (Red+Green+Blue) = 230+124+206=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CCE is #198331. Grayscale: #A4A4A4. Windows color (decimal): -1671986 or 13532390. OLE color: 13532390.

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

Color convert

RGB 230 124 206 -
CMYK 0 0.46 0.10 0.10
HSL 313.58º 0.68% 0.69% -
HSV(B) 313.58º 0.46% 0.9% -
XYZ 50.98 35.69 62.6 -
YUV 165.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 230 124 206 0 0.46 0.10 0.10 313.58 0.68 0.69
Hex E6 7C CE 0 2E A A 13A 44 45
Octal 346 174 316 0 56 12 12 472 104 105
Binary 11100110 1111100 11001110 0 101110 1010 1010 100111010 1000100 1000101

Color Harmonies of #E67CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67CCE

Black with #E67CCE

Text Example


Text Example

White with #E67CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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