Html Css Color HEX #E67BDA Orchid

📋 copy color: '#E67BDA'

red 230 ◦ green 123 ◦ blue 218

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

Shades of Orchid #E67BDA

Tints of Orchid #E67BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.54%

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

R = 40.28%
G = 21.54%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E67BDA (or 0xE67BDA) is known color: Orchid. HEX triplet: E6, 7B and DA. RGB value is (230,123,218). Sum of RGB (Red+Green+Blue) = 230+123+218=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BDA is #198425. Grayscale: #A5A5A5. Windows color (decimal): -1672230 or 14318566. OLE color: 14318566.

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

Color convert

RGB 230 123 218 -
CMYK 0 0.47 0.05 0.10
HSL 306.73º 0.68% 0.69% -
HSV(B) 306.73º 0.47% 0.9% -
XYZ 52.37 36.05 70.53 -
YUV 165.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 230 123 218 0 0.47 0.05 0.10 306.73 0.68 0.69
Hex E6 7B DA 0 2F 5 A 133 44 45
Octal 346 173 332 0 57 5 12 463 104 105
Binary 11100110 1111011 11011010 0 101111 101 1010 100110011 1000100 1000101

Color Harmonies of #E67BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67BDA

Black with #E67BDA

Text Example


Text Example

White with #E67BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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