Html Css Color HEX #C631DB Medium Orchid

📋 copy color: '#C631DB'

red 198 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #C631DB

Tints of Medium Orchid #C631DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.52%

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

R = 42.49%
G = 10.52%
B = 47%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C631DB (or 0xC631DB) is known color: Medium Orchid. HEX triplet: C6, 31 and DB. RGB value is (198,49,219). Sum of RGB (Red+Green+Blue) = 198+49+219=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #C631DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631DB is #39CE24. Grayscale: #707070. Windows color (decimal): -3788325 or 14365126. OLE color: 14365126.

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

Color convert

RGB 198 49 219 -
CMYK 0.10 0.78 0 0.14
HSL 292.59º 0.7% 0.53% -
HSV(B) 292.59º 0.78% 0.86% -
XYZ 37.17 19.32 68.79 -
YUV 112.93 187.86 188.68 -
System Red Green Blue C M Y K H S L
Decimal 198 49 219 0.10 0.78 0 0.14 292.59 0.7 0.53
Hex C6 31 DB A 4E 0 E 125 46 35
Octal 306 61 333 12 116 0 16 445 106 65
Binary 11000110 110001 11011011 1010 1001110 0 1110 100100101 1000110 110101

Color Harmonies of #C631DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C631DB

Black with #C631DB

Text Example


Text Example

White with #C631DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C631DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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