Html Css Color HEX #E268CC Orchid

📋 copy color: '#E268CC'

red 226 ◦ green 104 ◦ blue 204

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

Shades of Orchid #E268CC

Tints of Orchid #E268CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.48%

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

R = 42.32%
G = 19.48%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E268CC (or 0xE268CC) is known color: Orchid. HEX triplet: E2, 68 and CC. RGB value is (226,104,204). Sum of RGB (Red+Green+Blue) = 226+104+204=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E268CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E268CC is #1D9733. Grayscale: #979797. Windows color (decimal): -1939252 or 13396194. OLE color: 13396194.

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

Color convert

RGB 226 104 204 -
CMYK 0 0.54 0.10 0.11
HSL 310.82º 0.68% 0.65% -
HSV(B) 310.82º 0.54% 0.89% -
XYZ 47.21 30.43 60.51 -
YUV 151.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 226 104 204 0 0.54 0.10 0.11 310.82 0.68 0.65
Hex E2 68 CC 0 36 A B 137 44 41
Octal 342 150 314 0 66 12 13 467 104 101
Binary 11100010 1101000 11001100 0 110110 1010 1011 100110111 1000100 1000001

Color Harmonies of #E268CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E268CC

Black with #E268CC

Text Example


Text Example

White with #E268CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E268CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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