Html Css Color HEX #C32FE8 Medium Orchid

📋 copy color: '#C32FE8'

red 195 ◦ green 47 ◦ blue 232

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

Shades of Medium Orchid #C32FE8

Tints of Medium Orchid #C32FE8

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.92%

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

R = 41.14%
G = 9.92%
B = 48.95%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C32FE8 (or 0xC32FE8) is known color: Medium Orchid. HEX triplet: C3, 2F and E8. RGB value is (195,47,232). Sum of RGB (Red+Green+Blue) = 195+47+232=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #C32FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32FE8 is #3CD017. Grayscale: #6F6F6F. Windows color (decimal): -3985432 or 15216579. OLE color: 15216579.

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

Color convert

RGB 195 47 232 -
CMYK 0.16 0.80 0 0.09
HSL 288º 0.8% 0.55% -
HSV(B) 288º 0.8% 0.91% -
XYZ 38.09 19.46 78.09 -
YUV 112.34 195.53 186.96 -
System Red Green Blue C M Y K H S L
Decimal 195 47 232 0.16 0.80 0 0.09 288 0.8 0.55
Hex C3 2F E8 10 50 0 9 120 50 37
Octal 303 57 350 20 120 0 11 440 120 67
Binary 11000011 101111 11101000 10000 1010000 0 1001 100100000 1010000 110111

Color Harmonies of #C32FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FE8

Black with #C32FE8

Text Example


Text Example

White with #C32FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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