Html Css Color HEX #C732DB Medium Orchid

📋 copy color: '#C732DB'

red 199 ◦ green 50 ◦ blue 219

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

Shades of Medium Orchid #C732DB

Tints of Medium Orchid #C732DB

RGB

 RED value IS 199 (78.13% from 255) = 42.52%

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

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

R = 42.52%
G = 10.68%
B = 46.79%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C732DB (or 0xC732DB) is known color: Medium Orchid. HEX triplet: C7, 32 and DB. RGB value is (199,50,219). Sum of RGB (Red+Green+Blue) = 199+50+219=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #C732DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732DB is #38CD24. Grayscale: #717171. Windows color (decimal): -3722533 or 14365383. OLE color: 14365383.

HSL color Cylindrical-coordinate representation of color #C732DB: hue angle of 292.9º 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 #C732DB is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 50 219 -
CMYK 0.09 0.77 0 0.14
HSL 292.9º 0.7% 0.53% -
HSV(B) 292.9º 0.77% 0.86% -
XYZ 37.48 19.54 68.81 -
YUV 113.82 187.36 188.76 -
System Red Green Blue C M Y K H S L
Decimal 199 50 219 0.09 0.77 0 0.14 292.9 0.7 0.53
Hex C7 32 DB 9 4D 0 E 125 46 35
Octal 307 62 333 11 115 0 16 445 106 65
Binary 11000111 110010 11011011 1001 1001101 0 1110 100100101 1000110 110101

Color Harmonies of #C732DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C732DB

Black with #C732DB

Text Example


Text Example

White with #C732DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C732DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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