Html Css Color HEX #C32ADB Medium Orchid

📋 copy color: '#C32ADB'

red 195 ◦ green 42 ◦ blue 219

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

Shades of Medium Orchid #C32ADB

Tints of Medium Orchid #C32ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 42.76%
G = 9.21%
B = 48.03%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C32ADB (or 0xC32ADB) is known color: Medium Orchid. HEX triplet: C3, 2A and DB. RGB value is (195,42,219). Sum of RGB (Red+Green+Blue) = 195+42+219=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #C32ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ADB is #3CD524. Grayscale: #6B6B6B. Windows color (decimal): -3986725 or 14363331. OLE color: 14363331.

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

Color convert

RGB 195 42 219 -
CMYK 0.11 0.81 0 0.14
HSL 291.86º 0.71% 0.51% -
HSV(B) 291.86º 0.81% 0.86% -
XYZ 36.12 18.37 68.66 -
YUV 107.93 190.69 190.11 -
System Red Green Blue C M Y K H S L
Decimal 195 42 219 0.11 0.81 0 0.14 291.86 0.71 0.51
Hex C3 2A DB B 51 0 E 124 47 33
Octal 303 52 333 13 121 0 16 444 107 63
Binary 11000011 101010 11011011 1011 1010001 0 1110 100100100 1000111 110011

Color Harmonies of #C32ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32ADB

Black with #C32ADB

Text Example


Text Example

White with #C32ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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