Html Css Color HEX #E67BD3 Orchid

📋 copy color: '#E67BD3'

red 230 ◦ green 123 ◦ blue 211

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

Shades of Orchid #E67BD3

Tints of Orchid #E67BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.41%

R = 40.78%
G = 21.81%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E67BD3 (or 0xE67BD3) is known color: Orchid. HEX triplet: E6, 7B and D3. RGB value is (230,123,211). Sum of RGB (Red+Green+Blue) = 230+123+211=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BD3 is #19842C. Grayscale: #A4A4A4. Windows color (decimal): -1672237 or 13859814. OLE color: 13859814.

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

Color convert

RGB 230 123 211 -
CMYK 0 0.47 0.08 0.10
HSL 310.65º 0.68% 0.69% -
HSV(B) 310.65º 0.47% 0.9% -
XYZ 51.47 35.69 65.8 -
YUV 165.03 153.95 174.34 -
System Red Green Blue C M Y K H S L
Decimal 230 123 211 0 0.47 0.08 0.10 310.65 0.68 0.69
Hex E6 7B D3 0 2F 8 A 137 44 45
Octal 346 173 323 0 57 10 12 467 104 105
Binary 11100110 1111011 11010011 0 101111 1000 1010 100110111 1000100 1000101

Color Harmonies of #E67BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67BD3

Black with #E67BD3

Text Example


Text Example

White with #E67BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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