Html Css Color HEX #C270E8 Medium Orchid

📋 copy color: '#C270E8'

red 194 ◦ green 112 ◦ blue 232

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

Shades of Medium Orchid #C270E8

Tints of Medium Orchid #C270E8

RGB

 RED value IS 194 (76.17% from 255) = 36.06%

 GREEN value IS 112 (44.14% from 255) = 20.82%

 BLUE value IS 232 (91.02% from 255) = 43.12%

R = 36.06%
G = 20.82%
B = 43.12%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C270E8 (or 0xC270E8) is known color: Medium Orchid. HEX triplet: C2, 70 and E8. RGB value is (194,112,232). Sum of RGB (Red+Green+Blue) = 194+112+232=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #C270E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C270E8 is #3D8F17. Grayscale: #959595. Windows color (decimal): -4034328 or 15233218. OLE color: 15233218.

HSL color Cylindrical-coordinate representation of color #C270E8: hue angle of 281º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C270E8 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 112 232 -
CMYK 0.16 0.52 0 0.09
HSL 281º 0.72% 0.67% -
HSV(B) 281º 0.52% 0.91% -
XYZ 42.61 28.88 79.67 -
YUV 150.2 174.17 159.24 -
System Red Green Blue C M Y K H S L
Decimal 194 112 232 0.16 0.52 0 0.09 281 0.72 0.67
Hex C2 70 E8 10 34 0 9 119 48 43
Octal 302 160 350 20 64 0 11 431 110 103
Binary 11000010 1110000 11101000 10000 110100 0 1001 100011001 1001000 1000011

Color Harmonies of #C270E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270E8

Black with #C270E8

Text Example


Text Example

White with #C270E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270E8; }

 p { color: rgb(194,112,232); }

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

background-color css

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

 a { background-color: rgb(194,112,232); }

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

border-color css

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

 span { border-color: rgb(194,112,232); }

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