Html Css Color HEX #C632DB Medium Orchid

📋 copy color: '#C632DB'

red 198 ◦ green 50 ◦ blue 219

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

Shades of Medium Orchid #C632DB

Tints of Medium Orchid #C632DB

RGB

 RED value IS 198 (77.73% from 255) = 42.4%

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

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

R = 42.4%
G = 10.71%
B = 46.9%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C632DB (or 0xC632DB) is known color: Medium Orchid. HEX triplet: C6, 32 and DB. RGB value is (198,50,219). Sum of RGB (Red+Green+Blue) = 198+50+219=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #C632DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632DB is #39CD24. Grayscale: #707070. Windows color (decimal): -3788069 or 14365382. OLE color: 14365382.

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

Color convert

RGB 198 50 219 -
CMYK 0.10 0.77 0 0.14
HSL 292.54º 0.7% 0.53% -
HSV(B) 292.54º 0.77% 0.86% -
XYZ 37.22 19.4 68.8 -
YUV 113.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 198 50 219 0.10 0.77 0 0.14 292.54 0.7 0.53
Hex C6 32 DB A 4D 0 E 125 46 35
Octal 306 62 333 12 115 0 16 445 106 65
Binary 11000110 110010 11011011 1010 1001101 0 1110 100100101 1000110 110101

Color Harmonies of #C632DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C632DB

Black with #C632DB

Text Example


Text Example

White with #C632DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C632DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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