Html Css Color HEX #E67DCE Orchid

📋 copy color: '#E67DCE'

red 230 ◦ green 125 ◦ blue 206

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

Shades of Orchid #E67DCE

Tints of Orchid #E67DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.28%

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

R = 41%
G = 22.28%
B = 36.72%

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

#E67DCE (or 0xE67DCE) is known color: Orchid. HEX triplet: E6, 7D and CE. RGB value is (230,125,206). Sum of RGB (Red+Green+Blue) = 230+125+206=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67DCE is #198231. Grayscale: #A5A5A5. Windows color (decimal): -1671730 or 13532646. OLE color: 13532646.

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

Color convert

RGB 230 125 206 -
CMYK 0 0.46 0.10 0.10
HSL 313.71º 0.68% 0.7% -
HSV(B) 313.71º 0.46% 0.9% -
XYZ 51.11 35.95 62.64 -
YUV 165.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 230 125 206 0 0.46 0.10 0.10 313.71 0.68 0.7
Hex E6 7D CE 0 2E A A 13A 44 46
Octal 346 175 316 0 56 12 12 472 104 106
Binary 11100110 1111101 11001110 0 101110 1010 1010 100111010 1000100 1000110

Color Harmonies of #E67DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67DCE

Black with #E67DCE

Text Example


Text Example

White with #E67DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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