Html Css Color HEX #C32CDF Medium Orchid

📋 copy color: '#C32CDF'

red 195 ◦ green 44 ◦ blue 223

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

Shades of Medium Orchid #C32CDF

Tints of Medium Orchid #C32CDF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.52%

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 42.21%
G = 9.52%
B = 48.27%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C32CDF (or 0xC32CDF) is known color: Medium Orchid. HEX triplet: C3, 2C and DF. RGB value is (195,44,223). Sum of RGB (Red+Green+Blue) = 195+44+223=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #C32CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CDF is #3CD320. Grayscale: #6C6C6C. Windows color (decimal): -3986209 or 14625987. OLE color: 14625987.

HSL color Cylindrical-coordinate representation of color #C32CDF: hue angle of 290.61º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32CDF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 44 223 -
CMYK 0.13 0.80 0 0.13
HSL 290.61º 0.74% 0.52% -
HSV(B) 290.61º 0.8% 0.87% -
XYZ 36.73 18.73 71.49 -
YUV 109.56 192.03 188.95 -
System Red Green Blue C M Y K H S L
Decimal 195 44 223 0.13 0.80 0 0.13 290.61 0.74 0.52
Hex C3 2C DF D 50 0 D 123 4A 34
Octal 303 54 337 15 120 0 15 443 112 64
Binary 11000011 101100 11011111 1101 1010000 0 1101 100100011 1001010 110100

Color Harmonies of #C32CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32CDF

Black with #C32CDF

Text Example


Text Example

White with #C32CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32CDF; }

 p { color: rgb(195,44,223); }

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

background-color css

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

 a { background-color: rgb(195,44,223); }

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

border-color css

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

 span { border-color: rgb(195,44,223); }

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