Html Css Color HEX #C32FDB Medium Orchid

📋 copy color: '#C32FDB'

red 195 ◦ green 47 ◦ blue 219

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

Shades of Medium Orchid #C32FDB

Tints of Medium Orchid #C32FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.2%

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

R = 42.3%
G = 10.2%
B = 47.51%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C32FDB (or 0xC32FDB) is known color: Medium Orchid. HEX triplet: C3, 2F and DB. RGB value is (195,47,219). Sum of RGB (Red+Green+Blue) = 195+47+219=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #C32FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FDB is #3CD024. Grayscale: #6E6E6E. Windows color (decimal): -3985445 or 14364611. OLE color: 14364611.

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

Color convert

RGB 195 47 219 -
CMYK 0.11 0.79 0 0.14
HSL 291.63º 0.7% 0.52% -
HSV(B) 291.63º 0.79% 0.86% -
XYZ 36.31 18.75 68.72 -
YUV 110.86 189.03 188.01 -
System Red Green Blue C M Y K H S L
Decimal 195 47 219 0.11 0.79 0 0.14 291.63 0.7 0.52
Hex C3 2F DB B 4F 0 E 124 46 34
Octal 303 57 333 13 117 0 16 444 106 64
Binary 11000011 101111 11011011 1011 1001111 0 1110 100100100 1000110 110100

Color Harmonies of #C32FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32FDB

Black with #C32FDB

Text Example


Text Example

White with #C32FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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