Html Css Color HEX #C32AE3 Medium Orchid

📋 copy color: '#C32AE3'

red 195 ◦ green 42 ◦ blue 227

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

Shades of Medium Orchid #C32AE3

Tints of Medium Orchid #C32AE3

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.05%

 BLUE value IS 227 (89.06% from 255) = 48.92%

R = 42.03%
G = 9.05%
B = 48.92%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C32AE3 (or 0xC32AE3) is known color: Medium Orchid. HEX triplet: C3, 2A and E3. RGB value is (195,42,227). Sum of RGB (Red+Green+Blue) = 195+42+227=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #C32AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32AE3 is #3CD51C. Grayscale: #6C6C6C. Windows color (decimal): -3986717 or 14887619. OLE color: 14887619.

HSL color Cylindrical-coordinate representation of color #C32AE3: hue angle of 289.62º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32AE3 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 42 227 -
CMYK 0.14 0.81 0 0.11
HSL 289.62º 0.77% 0.53% -
HSV(B) 289.62º 0.81% 0.89% -
XYZ 37.2 18.8 74.34 -
YUV 108.84 194.69 189.46 -
System Red Green Blue C M Y K H S L
Decimal 195 42 227 0.14 0.81 0 0.11 289.62 0.77 0.53
Hex C3 2A E3 E 51 0 B 122 4D 35
Octal 303 52 343 16 121 0 13 442 115 65
Binary 11000011 101010 11100011 1110 1010001 0 1011 100100010 1001101 110101

Color Harmonies of #C32AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32AE3

Black with #C32AE3

Text Example


Text Example

White with #C32AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32AE3; }

 p { color: rgb(195,42,227); }

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

background-color css

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

 a { background-color: rgb(195,42,227); }

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

border-color css

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

 span { border-color: rgb(195,42,227); }

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