Html Css Color HEX #C32FDD Medium Orchid

📋 copy color: '#C32FDD'

red 195 ◦ green 47 ◦ blue 221

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

Shades of Medium Orchid #C32FDD

Tints of Medium Orchid #C32FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 42.12%
G = 10.15%
B = 47.73%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C32FDD (or 0xC32FDD) is known color: Medium Orchid. HEX triplet: C3, 2F and DD. RGB value is (195,47,221). Sum of RGB (Red+Green+Blue) = 195+47+221=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #C32FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FDD is #3CD022. Grayscale: #6E6E6E. Windows color (decimal): -3985443 or 14495683. OLE color: 14495683.

HSL color Cylindrical-coordinate representation of color #C32FDD: hue angle of 291.03º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32FDD is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 47 221 -
CMYK 0.12 0.79 0 0.13
HSL 291.03º 0.72% 0.53% -
HSV(B) 291.03º 0.79% 0.87% -
XYZ 36.57 18.86 70.12 -
YUV 111.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 195 47 221 0.12 0.79 0 0.13 291.03 0.72 0.53
Hex C3 2F DD C 4F 0 D 123 48 35
Octal 303 57 335 14 117 0 15 443 110 65
Binary 11000011 101111 11011101 1100 1001111 0 1101 100100011 1001000 110101

Color Harmonies of #C32FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FDD

Black with #C32FDD

Text Example


Text Example

White with #C32FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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