Html Css Color HEX #E06BCB Orchid

📋 copy color: '#E06BCB'

red 224 ◦ green 107 ◦ blue 203

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

Shades of Orchid #E06BCB

Tints of Orchid #E06BCB

RGB

 RED value IS 224 (87.89% from 255) = 41.95%

 GREEN value IS 107 (42.19% from 255) = 20.04%

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 41.95%
G = 20.04%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E06BCB (or 0xE06BCB) is known color: Orchid. HEX triplet: E0, 6B and CB. RGB value is (224,107,203). Sum of RGB (Red+Green+Blue) = 224+107+203=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BCB is #1F9434. Grayscale: #989898. Windows color (decimal): -2069557 or 13331424. OLE color: 13331424.

HSL color Cylindrical-coordinate representation of color #E06BCB: hue angle of 310.77º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06BCB is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 107 203 -
CMYK 0 0.52 0.09 0.12
HSL 310.77º 0.65% 0.65% -
HSV(B) 310.77º 0.52% 0.88% -
XYZ 46.78 30.67 59.96 -
YUV 152.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 224 107 203 0 0.52 0.09 0.12 310.77 0.65 0.65
Hex E0 6B CB 0 34 9 C 137 41 41
Octal 340 153 313 0 64 11 14 467 101 101
Binary 11100000 1101011 11001011 0 110100 1001 1100 100110111 1000001 1000001

Color Harmonies of #E06BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BCB

Black with #E06BCB

Text Example


Text Example

White with #E06BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BCB; }

 p { color: rgb(224,107,203); }

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

background-color css

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

 a { background-color: rgb(224,107,203); }

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

border-color css

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

 span { border-color: rgb(224,107,203); }

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