Html Css Color HEX #C932DB Medium Orchid

📋 copy color: '#C932DB'

red 201 ◦ green 50 ◦ blue 219

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

Shades of Medium Orchid #C932DB

Tints of Medium Orchid #C932DB

RGB

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

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

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

R = 42.77%
G = 10.64%
B = 46.6%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C932DB (or 0xC932DB) is known color: Medium Orchid. HEX triplet: C9, 32 and DB. RGB value is (201,50,219). Sum of RGB (Red+Green+Blue) = 201+50+219=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #C932DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932DB is #36CD24. Grayscale: #717171. Windows color (decimal): -3591461 or 14365385. OLE color: 14365385.

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

Color convert

RGB 201 50 219 -
CMYK 0.08 0.77 0 0.14
HSL 293.61º 0.7% 0.53% -
HSV(B) 293.61º 0.77% 0.86% -
XYZ 38.01 19.81 68.84 -
YUV 114.42 187.03 189.76 -
System Red Green Blue C M Y K H S L
Decimal 201 50 219 0.08 0.77 0 0.14 293.61 0.7 0.53
Hex C9 32 DB 8 4D 0 E 126 46 35
Octal 311 62 333 10 115 0 16 446 106 65
Binary 11001001 110010 11011011 1000 1001101 0 1110 100100110 1000110 110101

Color Harmonies of #C932DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C932DB

Black with #C932DB

Text Example


Text Example

White with #C932DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C932DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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