Html Css Color HEX #C631DD Medium Orchid

📋 copy color: '#C631DD'

red 198 ◦ green 49 ◦ blue 221

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

Shades of Medium Orchid #C631DD

Tints of Medium Orchid #C631DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 42.31%
G = 10.47%
B = 47.22%

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

#C631DD (or 0xC631DD) is known color: Medium Orchid. HEX triplet: C6, 31 and DD. RGB value is (198,49,221). Sum of RGB (Red+Green+Blue) = 198+49+221=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #C631DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631DD is #39CE22. Grayscale: #707070. Windows color (decimal): -3788323 or 14496198. OLE color: 14496198.

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

Color convert

RGB 198 49 221 -
CMYK 0.10 0.78 0 0.13
HSL 291.98º 0.72% 0.53% -
HSV(B) 291.98º 0.78% 0.87% -
XYZ 37.44 19.42 70.18 -
YUV 113.16 188.86 188.51 -
System Red Green Blue C M Y K H S L
Decimal 198 49 221 0.10 0.78 0 0.13 291.98 0.72 0.53
Hex C6 31 DD A 4E 0 D 124 48 35
Octal 306 61 335 12 116 0 15 444 110 65
Binary 11000110 110001 11011101 1010 1001110 0 1101 100100100 1001000 110101

Color Harmonies of #C631DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C631DD

Black with #C631DD

Text Example


Text Example

White with #C631DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C631DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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