Html Css Color HEX #E67BCD Orchid

📋 copy color: '#E67BCD'

red 230 ◦ green 123 ◦ blue 205

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

Shades of Orchid #E67BCD

Tints of Orchid #E67BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.74%

R = 41.22%
G = 22.04%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E67BCD (or 0xE67BCD) is known color: Orchid. HEX triplet: E6, 7B and CD. RGB value is (230,123,205). Sum of RGB (Red+Green+Blue) = 230+123+205=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BCD is #198432. Grayscale: #A4A4A4. Windows color (decimal): -1672243 or 13466598. OLE color: 13466598.

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

Color convert

RGB 230 123 205 -
CMYK 0 0.47 0.11 0.10
HSL 314.02º 0.68% 0.69% -
HSV(B) 314.02º 0.47% 0.9% -
XYZ 50.74 35.4 61.92 -
YUV 164.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 230 123 205 0 0.47 0.11 0.10 314.02 0.68 0.69
Hex E6 7B CD 0 2F B A 13A 44 45
Octal 346 173 315 0 57 13 12 472 104 105
Binary 11100110 1111011 11001101 0 101111 1011 1010 100111010 1000100 1000101

Color Harmonies of #E67BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67BCD

Black with #E67BCD

Text Example


Text Example

White with #E67BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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