Html Css Color HEX #E67CDE Orchid

📋 copy color: '#E67CDE'

red 230 ◦ green 124 ◦ blue 222

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

Shades of Orchid #E67CDE

Tints of Orchid #E67CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 39.93%
G = 21.53%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E67CDE (or 0xE67CDE) is known color: Orchid. HEX triplet: E6, 7C and DE. RGB value is (230,124,222). Sum of RGB (Red+Green+Blue) = 230+124+222=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CDE is #198321. Grayscale: #A6A6A6. Windows color (decimal): -1671970 or 14580966. OLE color: 14580966.

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

Color convert

RGB 230 124 222 -
CMYK 0 0.46 0.03 0.10
HSL 304.53º 0.68% 0.69% -
HSV(B) 304.53º 0.46% 0.9% -
XYZ 53.03 36.51 73.36 -
YUV 166.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 230 124 222 0 0.46 0.03 0.10 304.53 0.68 0.69
Hex E6 7C DE 0 2E 3 A 131 44 45
Octal 346 174 336 0 56 3 12 461 104 105
Binary 11100110 1111100 11011110 0 101110 11 1010 100110001 1000100 1000101

Color Harmonies of #E67CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67CDE

Black with #E67CDE

Text Example


Text Example

White with #E67CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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