Html Css Color HEX #C32ADE Medium Orchid

📋 copy color: '#C32ADE'

red 195 ◦ green 42 ◦ blue 222

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

Shades of Medium Orchid #C32ADE

Tints of Medium Orchid #C32ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 42.48%
G = 9.15%
B = 48.37%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C32ADE (or 0xC32ADE) is known color: Medium Orchid. HEX triplet: C3, 2A and DE. RGB value is (195,42,222). Sum of RGB (Red+Green+Blue) = 195+42+222=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #C32ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ADE is #3CD521. Grayscale: #6B6B6B. Windows color (decimal): -3986722 or 14559939. OLE color: 14559939.

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

Color convert

RGB 195 42 222 -
CMYK 0.12 0.81 0 0.13
HSL 291º 0.73% 0.52% -
HSV(B) 291º 0.81% 0.87% -
XYZ 36.52 18.53 70.76 -
YUV 108.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 195 42 222 0.12 0.81 0 0.13 291 0.73 0.52
Hex C3 2A DE C 51 0 D 123 49 34
Octal 303 52 336 14 121 0 15 443 111 64
Binary 11000011 101010 11011110 1100 1010001 0 1101 100100011 1001001 110100

Color Harmonies of #C32ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32ADE

Black with #C32ADE

Text Example


Text Example

White with #C32ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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