Html Css Color HEX #C32EDE Medium Orchid

📋 copy color: '#C32EDE'

red 195 ◦ green 46 ◦ blue 222

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

Shades of Medium Orchid #C32EDE

Tints of Medium Orchid #C32EDE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.94%

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

R = 42.12%
G = 9.94%
B = 47.95%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C32EDE (or 0xC32EDE) is known color: Medium Orchid. HEX triplet: C3, 2E and DE. RGB value is (195,46,222). Sum of RGB (Red+Green+Blue) = 195+46+222=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #C32EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32EDE is #3CD121. Grayscale: #6E6E6E. Windows color (decimal): -3985698 or 14560963. OLE color: 14560963.

HSL color Cylindrical-coordinate representation of color #C32EDE: hue angle of 290.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32EDE is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 46 222 -
CMYK 0.12 0.79 0 0.13
HSL 290.8º 0.73% 0.53% -
HSV(B) 290.8º 0.79% 0.87% -
XYZ 36.67 18.83 70.81 -
YUV 110.62 190.86 188.19 -
System Red Green Blue C M Y K H S L
Decimal 195 46 222 0.12 0.79 0 0.13 290.8 0.73 0.53
Hex C3 2E DE C 4F 0 D 123 49 35
Octal 303 56 336 14 117 0 15 443 111 65
Binary 11000011 101110 11011110 1100 1001111 0 1101 100100011 1001001 110101

Color Harmonies of #C32EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32EDE

Black with #C32EDE

Text Example


Text Example

White with #C32EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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