Html Css Color HEX #C32BDF Medium Orchid

📋 copy color: '#C32BDF'

red 195 ◦ green 43 ◦ blue 223

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

Shades of Medium Orchid #C32BDF

Tints of Medium Orchid #C32BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.33%

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

R = 42.3%
G = 9.33%
B = 48.37%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C32BDF (or 0xC32BDF) is known color: Medium Orchid. HEX triplet: C3, 2B and DF. RGB value is (195,43,223). Sum of RGB (Red+Green+Blue) = 195+43+223=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #C32BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32BDF is #3CD420. Grayscale: #6C6C6C. Windows color (decimal): -3986465 or 14625731. OLE color: 14625731.

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

Color convert

RGB 195 43 223 -
CMYK 0.13 0.81 0 0.13
HSL 290.67º 0.74% 0.52% -
HSV(B) 290.67º 0.81% 0.87% -
XYZ 36.69 18.66 71.48 -
YUV 108.97 192.36 189.36 -
System Red Green Blue C M Y K H S L
Decimal 195 43 223 0.13 0.81 0 0.13 290.67 0.74 0.52
Hex C3 2B DF D 51 0 D 123 4A 34
Octal 303 53 337 15 121 0 15 443 112 64
Binary 11000011 101011 11011111 1101 1010001 0 1101 100100011 1001010 110100

Color Harmonies of #C32BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32BDF

Black with #C32BDF

Text Example


Text Example

White with #C32BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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