Html Css Color HEX #C32ADA Medium Orchid

📋 copy color: '#C32ADA'

red 195 ◦ green 42 ◦ blue 218

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

Shades of Medium Orchid #C32ADA

Tints of Medium Orchid #C32ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 42.86%
G = 9.23%
B = 47.91%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C32ADA (or 0xC32ADA) is known color: Medium Orchid. HEX triplet: C3, 2A and DA. RGB value is (195,42,218). Sum of RGB (Red+Green+Blue) = 195+42+218=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 42 (16.80% from 255 or 9.23% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #C32ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ADA is #3CD525. Grayscale: #6B6B6B. Windows color (decimal): -3986726 or 14297795. OLE color: 14297795.

HSL color Cylindrical-coordinate representation of color #C32ADA: hue angle of 292.16º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32ADA is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 42 218 -
CMYK 0.11 0.81 0 0.15
HSL 292.16º 0.7% 0.51% -
HSV(B) 292.16º 0.81% 0.85% -
XYZ 35.99 18.32 67.97 -
YUV 107.81 190.19 190.19 -
System Red Green Blue C M Y K H S L
Decimal 195 42 218 0.11 0.81 0 0.15 292.16 0.7 0.51
Hex C3 2A DA B 51 0 F 124 46 33
Octal 303 52 332 13 121 0 17 444 106 63
Binary 11000011 101010 11011010 1011 1010001 0 1111 100100100 1000110 110011

Color Harmonies of #C32ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32ADA

Black with #C32ADA

Text Example


Text Example

White with #C32ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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