Html Css Color HEX #C32ED1 Medium Orchid

📋 copy color: '#C32ED1'

red 195 ◦ green 46 ◦ blue 209

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

Shades of Medium Orchid #C32ED1

Tints of Medium Orchid #C32ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.44%

R = 43.33%
G = 10.22%
B = 46.44%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C32ED1 (or 0xC32ED1) is known color: Medium Orchid. HEX triplet: C3, 2E and D1. RGB value is (195,46,209). Sum of RGB (Red+Green+Blue) = 195+46+209=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #C32ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ED1 is #3CD12E. Grayscale: #6C6C6C. Windows color (decimal): -3985711 or 13708995. OLE color: 13708995.

HSL color Cylindrical-coordinate representation of color #C32ED1: hue angle of 294.85º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32ED1 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 46 209 -
CMYK 0.07 0.78 0 0.18
HSL 294.85º 0.64% 0.5% -
HSV(B) 294.85º 0.78% 0.82% -
XYZ 34.99 18.16 61.98 -
YUV 109.13 184.36 189.25 -
System Red Green Blue C M Y K H S L
Decimal 195 46 209 0.07 0.78 0 0.18 294.85 0.64 0.5
Hex C3 2E D1 7 4E 0 12 127 40 32
Octal 303 56 321 7 116 0 22 447 100 62
Binary 11000011 101110 11010001 111 1001110 0 10010 100100111 1000000 110010

Color Harmonies of #C32ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32ED1

Black with #C32ED1

Text Example


Text Example

White with #C32ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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