Html Css Color HEX #C370E8 Medium Orchid

📋 copy color: '#C370E8'

red 195 ◦ green 112 ◦ blue 232

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

Shades of Medium Orchid #C370E8

Tints of Medium Orchid #C370E8

RGB

 RED value IS 195 (76.56% from 255) = 36.18%

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

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

R = 36.18%
G = 20.78%
B = 43.04%

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

#C370E8 (or 0xC370E8) is known color: Medium Orchid. HEX triplet: C3, 70 and E8. RGB value is (195,112,232). Sum of RGB (Red+Green+Blue) = 195+112+232=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #C370E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C370E8 is #3C8F17. Grayscale: #969696. Windows color (decimal): -3968792 or 15233219. OLE color: 15233219.

HSL color Cylindrical-coordinate representation of color #C370E8: hue angle of 281.5º 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 #C370E8 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 112 232 -
CMYK 0.16 0.52 0 0.09
HSL 281.5º 0.72% 0.67% -
HSV(B) 281.5º 0.52% 0.91% -
XYZ 42.87 29.02 79.69 -
YUV 150.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 195 112 232 0.16 0.52 0 0.09 281.5 0.72 0.67
Hex C3 70 E8 10 34 0 9 11A 48 43
Octal 303 160 350 20 64 0 11 432 110 103
Binary 11000011 1110000 11101000 10000 110100 0 1001 100011010 1001000 1000011

Color Harmonies of #C370E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370E8

Black with #C370E8

Text Example


Text Example

White with #C370E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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