Html Css Color HEX #C32FD4 Medium Orchid

📋 copy color: '#C32FD4'

red 195 ◦ green 47 ◦ blue 212

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

Shades of Medium Orchid #C32FD4

Tints of Medium Orchid #C32FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.7%

R = 42.95%
G = 10.35%
B = 46.7%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C32FD4 (or 0xC32FD4) is known color: Medium Orchid. HEX triplet: C3, 2F and D4. RGB value is (195,47,212). Sum of RGB (Red+Green+Blue) = 195+47+212=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #C32FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FD4 is #3CD02B. Grayscale: #6D6D6D. Windows color (decimal): -3985452 or 13905859. OLE color: 13905859.

HSL color Cylindrical-coordinate representation of color #C32FD4: hue angle of 293.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32FD4 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 47 212 -
CMYK 0.08 0.78 0 0.17
HSL 293.82º 0.66% 0.51% -
HSV(B) 293.82º 0.78% 0.83% -
XYZ 35.41 18.39 63.97 -
YUV 110.06 185.53 188.58 -
System Red Green Blue C M Y K H S L
Decimal 195 47 212 0.08 0.78 0 0.17 293.82 0.66 0.51
Hex C3 2F D4 8 4E 0 11 126 42 33
Octal 303 57 324 10 116 0 21 446 102 63
Binary 11000011 101111 11010100 1000 1001110 0 10001 100100110 1000010 110011

Color Harmonies of #C32FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FD4

Black with #C32FD4

Text Example


Text Example

White with #C32FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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