Html Css Color HEX #C32EE7 Medium Orchid

📋 copy color: '#C32EE7'

red 195 ◦ green 46 ◦ blue 231

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

Shades of Medium Orchid #C32EE7

Tints of Medium Orchid #C32EE7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.75%

 BLUE value IS 231 (90.63% from 255) = 48.94%

R = 41.31%
G = 9.75%
B = 48.94%

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

#C32EE7 (or 0xC32EE7) is known color: Medium Orchid. HEX triplet: C3, 2E and E7. RGB value is (195,46,231). Sum of RGB (Red+Green+Blue) = 195+46+231=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #C32EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32EE7 is #3CD118. Grayscale: #6F6F6F. Windows color (decimal): -3985689 or 15150787. OLE color: 15150787.

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

Color convert

RGB 195 46 231 -
CMYK 0.16 0.80 0 0.09
HSL 288.32º 0.79% 0.54% -
HSV(B) 288.32º 0.8% 0.91% -
XYZ 37.91 19.33 77.33 -
YUV 111.64 195.36 187.46 -
System Red Green Blue C M Y K H S L
Decimal 195 46 231 0.16 0.80 0 0.09 288.32 0.79 0.54
Hex C3 2E E7 10 50 0 9 120 4F 36
Octal 303 56 347 20 120 0 11 440 117 66
Binary 11000011 101110 11100111 10000 1010000 0 1001 100100000 1001111 110110

Color Harmonies of #C32EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EE7

Black with #C32EE7

Text Example


Text Example

White with #C32EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EE7; }

 p { color: rgb(195,46,231); }

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

background-color css

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

 a { background-color: rgb(195,46,231); }

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

border-color css

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

 span { border-color: rgb(195,46,231); }

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