Html Css Color HEX #C32ADF Medium Orchid

📋 copy color: '#C32ADF'

red 195 ◦ green 42 ◦ blue 223

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

Shades of Medium Orchid #C32ADF

Tints of Medium Orchid #C32ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.13%

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

R = 42.39%
G = 9.13%
B = 48.48%

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

#C32ADF (or 0xC32ADF) is known color: Medium Orchid. HEX triplet: C3, 2A and DF. RGB value is (195,42,223). Sum of RGB (Red+Green+Blue) = 195+42+223=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #C32ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ADF is #3CD520. Grayscale: #6B6B6B. Windows color (decimal): -3986721 or 14625475. OLE color: 14625475.

HSL color Cylindrical-coordinate representation of color #C32ADF: hue angle of 290.72º 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 #C32ADF is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 42 223 -
CMYK 0.13 0.81 0 0.13
HSL 290.72º 0.74% 0.52% -
HSV(B) 290.72º 0.81% 0.87% -
XYZ 36.65 18.59 71.47 -
YUV 108.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 195 42 223 0.13 0.81 0 0.13 290.72 0.74 0.52
Hex C3 2A DF D 51 0 D 123 4A 34
Octal 303 52 337 15 121 0 15 443 112 64
Binary 11000011 101010 11011111 1101 1010001 0 1101 100100011 1001010 110100

Color Harmonies of #C32ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32ADF

Black with #C32ADF

Text Example


Text Example

White with #C32ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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