Html Css Color HEX #C32FD6 Medium Orchid

📋 copy color: '#C32FD6'

red 195 ◦ green 47 ◦ blue 214

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

Shades of Medium Orchid #C32FD6

Tints of Medium Orchid #C32FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.93%

R = 42.76%
G = 10.31%
B = 46.93%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C32FD6 (or 0xC32FD6) is known color: Medium Orchid. HEX triplet: C3, 2F and D6. RGB value is (195,47,214). Sum of RGB (Red+Green+Blue) = 195+47+214=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #C32FD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FD6 is #3CD029. Grayscale: #6D6D6D. Windows color (decimal): -3985450 or 14036931. OLE color: 14036931.

HSL color Cylindrical-coordinate representation of color #C32FD6: hue angle of 293.17º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32FD6 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 47 214 -
CMYK 0.09 0.78 0 0.16
HSL 293.17º 0.67% 0.51% -
HSV(B) 293.17º 0.78% 0.84% -
XYZ 35.66 18.49 65.31 -
YUV 110.29 186.53 188.42 -
System Red Green Blue C M Y K H S L
Decimal 195 47 214 0.09 0.78 0 0.16 293.17 0.67 0.51
Hex C3 2F D6 9 4E 0 10 125 43 33
Octal 303 57 326 11 116 0 20 445 103 63
Binary 11000011 101111 11010110 1001 1001110 0 10000 100100101 1000011 110011

Color Harmonies of #C32FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FD6

Black with #C32FD6

Text Example


Text Example

White with #C32FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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