Html Css Color HEX #E282CC Orchid

📋 copy color: '#E282CC'

red 226 ◦ green 130 ◦ blue 204

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

Shades of Orchid #E282CC

Tints of Orchid #E282CC

RGB

 RED value IS 226 (88.67% from 255) = 40.36%

 GREEN value IS 130 (51.17% from 255) = 23.21%

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 40.36%
G = 23.21%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E282CC (or 0xE282CC) is known color: Orchid. HEX triplet: E2, 82 and CC. RGB value is (226,130,204). Sum of RGB (Red+Green+Blue) = 226+130+204=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E282CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E282CC is #1D7D33. Grayscale: #A6A6A6. Windows color (decimal): -1932596 or 13402850. OLE color: 13402850.

HSL color Cylindrical-coordinate representation of color #E282CC: hue angle of 313.75º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E282CC is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 130 204 -
CMYK 0 0.42 0.10 0.11
HSL 313.75º 0.62% 0.7% -
HSV(B) 313.75º 0.42% 0.89% -
XYZ 50.25 36.49 61.52 -
YUV 167.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 226 130 204 0 0.42 0.10 0.11 313.75 0.62 0.7
Hex E2 82 CC 0 2A A B 13A 3E 46
Octal 342 202 314 0 52 12 13 472 76 106
Binary 11100010 10000010 11001100 0 101010 1010 1011 100111010 111110 1000110

Color Harmonies of #E282CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E282CC

Black with #E282CC

Text Example


Text Example

White with #E282CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E282CC; }

 p { color: rgb(226,130,204); }

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

background-color css

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

 a { background-color: rgb(226,130,204); }

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

border-color css

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

 span { border-color: rgb(226,130,204); }

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