Html Css Color HEX #C932DF Medium Orchid

📋 copy color: '#C932DF'

red 201 ◦ green 50 ◦ blue 223

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

Shades of Medium Orchid #C932DF

Tints of Medium Orchid #C932DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 42.41%
G = 10.55%
B = 47.05%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C932DF (or 0xC932DF) is known color: Medium Orchid. HEX triplet: C9, 32 and DF. RGB value is (201,50,223). Sum of RGB (Red+Green+Blue) = 201+50+223=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #C932DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932DF is #36CD20. Grayscale: #727272. Windows color (decimal): -3591457 or 14627529. OLE color: 14627529.

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

Color convert

RGB 201 50 223 -
CMYK 0.10 0.78 0 0.13
HSL 292.37º 0.73% 0.54% -
HSV(B) 292.37º 0.78% 0.87% -
XYZ 38.55 20.03 71.65 -
YUV 114.87 189.03 189.43 -
System Red Green Blue C M Y K H S L
Decimal 201 50 223 0.10 0.78 0 0.13 292.37 0.73 0.54
Hex C9 32 DF A 4E 0 D 124 49 36
Octal 311 62 337 12 116 0 15 444 111 66
Binary 11001001 110010 11011111 1010 1001110 0 1101 100100100 1001001 110110

Color Harmonies of #C932DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C932DF

Black with #C932DF

Text Example


Text Example

White with #C932DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C932DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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