Html Css Color HEX #C932E0 Medium Orchid

📋 copy color: '#C932E0'

red 201 ◦ green 50 ◦ blue 224

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

Shades of Medium Orchid #C932E0

Tints of Medium Orchid #C932E0

RGB

 RED value IS 201 (78.91% from 255) = 42.32%

 GREEN value IS 50 (19.92% from 255) = 10.53%

 BLUE value IS 224 (87.89% from 255) = 47.16%

R = 42.32%
G = 10.53%
B = 47.16%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C932E0 (or 0xC932E0) is known color: Medium Orchid. HEX triplet: C9, 32 and E0. RGB value is (201,50,224). Sum of RGB (Red+Green+Blue) = 201+50+224=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #C932E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932E0 is #36CD1F. Grayscale: #727272. Windows color (decimal): -3591456 or 14693065. OLE color: 14693065.

HSL color Cylindrical-coordinate representation of color #C932E0: hue angle of 292.07º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C932E0 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 50 224 -
CMYK 0.10 0.78 0 0.12
HSL 292.07º 0.74% 0.54% -
HSV(B) 292.07º 0.78% 0.88% -
XYZ 38.68 20.08 72.36 -
YUV 114.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 201 50 224 0.10 0.78 0 0.12 292.07 0.74 0.54
Hex C9 32 E0 A 4E 0 C 124 4A 36
Octal 311 62 340 12 116 0 14 444 112 66
Binary 11001001 110010 11100000 1010 1001110 0 1100 100100100 1001010 110110

Color Harmonies of #C932E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C932E0

Black with #C932E0

Text Example


Text Example

White with #C932E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C932E0; }

 p { color: rgb(201,50,224); }

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

background-color css

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

 a { background-color: rgb(201,50,224); }

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

border-color css

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

 span { border-color: rgb(201,50,224); }

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