Html Css Color HEX #E67BDE Orchid

📋 copy color: '#E67BDE'

red 230 ◦ green 123 ◦ blue 222

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

Shades of Orchid #E67BDE

Tints of Orchid #E67BDE

RGB

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

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

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

R = 40%
G = 21.39%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E67BDE (or 0xE67BDE) is known color: Orchid. HEX triplet: E6, 7B and DE. RGB value is (230,123,222). Sum of RGB (Red+Green+Blue) = 230+123+222=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BDE is #198421. Grayscale: #A5A5A5. Windows color (decimal): -1672226 or 14580710. OLE color: 14580710.

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

Color convert

RGB 230 123 222 -
CMYK 0 0.47 0.03 0.10
HSL 304.49º 0.68% 0.69% -
HSV(B) 304.49º 0.47% 0.9% -
XYZ 52.9 36.26 73.32 -
YUV 166.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 230 123 222 0 0.47 0.03 0.10 304.49 0.68 0.69
Hex E6 7B DE 0 2F 3 A 130 44 45
Octal 346 173 336 0 57 3 12 460 104 105
Binary 11100110 1111011 11011110 0 101111 11 1010 100110000 1000100 1000101

Color Harmonies of #E67BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67BDE

Black with #E67BDE

Text Example


Text Example

White with #E67BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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