Html Css Color HEX #C32DEC Medium Orchid

📋 copy color: '#C32DEC'

red 195 ◦ green 45 ◦ blue 236

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

Shades of Medium Orchid #C32DEC

Tints of Medium Orchid #C32DEC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.45%

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 40.97%
G = 9.45%
B = 49.58%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C32DEC (or 0xC32DEC) is known color: Medium Orchid. HEX triplet: C3, 2D and EC. RGB value is (195,45,236). Sum of RGB (Red+Green+Blue) = 195+45+236=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #C32DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32DEC is #3CD213. Grayscale: #6F6F6F. Windows color (decimal): -3985940 or 15478211. OLE color: 15478211.

HSL color Cylindrical-coordinate representation of color #C32DEC: hue angle of 287.12º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32DEC is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 45 236 -
CMYK 0.17 0.81 0 0.07
HSL 287.12º 0.83% 0.55% -
HSV(B) 287.12º 0.81% 0.93% -
XYZ 38.58 19.54 81.09 -
YUV 111.62 198.2 187.47 -
System Red Green Blue C M Y K H S L
Decimal 195 45 236 0.17 0.81 0 0.07 287.12 0.83 0.55
Hex C3 2D EC 11 51 0 7 11F 53 37
Octal 303 55 354 21 121 0 7 437 123 67
Binary 11000011 101101 11101100 10001 1010001 0 111 100011111 1010011 110111

Color Harmonies of #C32DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32DEC

Black with #C32DEC

Text Example


Text Example

White with #C32DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32DEC; }

 p { color: rgb(195,45,236); }

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

background-color css

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

 a { background-color: rgb(195,45,236); }

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

border-color css

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

 span { border-color: rgb(195,45,236); }

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