Html Css Color HEX #E67CDA Orchid

📋 copy color: '#E67CDA'

red 230 ◦ green 124 ◦ blue 218

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

Shades of Orchid #E67CDA

Tints of Orchid #E67CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 40.21%
G = 21.68%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E67CDA (or 0xE67CDA) is known color: Orchid. HEX triplet: E6, 7C and DA. RGB value is (230,124,218). Sum of RGB (Red+Green+Blue) = 230+124+218=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CDA is #198325. Grayscale: #A6A6A6. Windows color (decimal): -1671974 or 14318822. OLE color: 14318822.

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

Color convert

RGB 230 124 218 -
CMYK 0 0.46 0.05 0.10
HSL 306.79º 0.68% 0.69% -
HSV(B) 306.79º 0.46% 0.9% -
XYZ 52.5 36.3 70.57 -
YUV 166.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 230 124 218 0 0.46 0.05 0.10 306.79 0.68 0.69
Hex E6 7C DA 0 2E 5 A 133 44 45
Octal 346 174 332 0 56 5 12 463 104 105
Binary 11100110 1111100 11011010 0 101110 101 1010 100110011 1000100 1000101

Color Harmonies of #E67CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67CDA

Black with #E67CDA

Text Example


Text Example

White with #E67CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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