Html Css Color HEX #E67BDC Orchid

📋 copy color: '#E67BDC'

red 230 ◦ green 123 ◦ blue 220

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

Shades of Orchid #E67BDC

Tints of Orchid #E67BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 40.14%
G = 21.47%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E67BDC (or 0xE67BDC) is known color: Orchid. HEX triplet: E6, 7B and DC. RGB value is (230,123,220). Sum of RGB (Red+Green+Blue) = 230+123+220=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 123 (48.44% from 255 or 21.47% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BDC is #198423. Grayscale: #A5A5A5. Windows color (decimal): -1672228 or 14449638. OLE color: 14449638.

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

Color convert

RGB 230 123 220 -
CMYK 0 0.47 0.04 0.10
HSL 305.61º 0.68% 0.69% -
HSV(B) 305.61º 0.47% 0.9% -
XYZ 52.63 36.16 71.91 -
YUV 166.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 230 123 220 0 0.47 0.04 0.10 305.61 0.68 0.69
Hex E6 7B DC 0 2F 4 A 132 44 45
Octal 346 173 334 0 57 4 12 462 104 105
Binary 11100110 1111011 11011100 0 101111 100 1010 100110010 1000100 1000101

Color Harmonies of #E67BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67BDC

Black with #E67BDC

Text Example


Text Example

White with #E67BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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