Html Css Color HEX #C631DE Medium Orchid

📋 copy color: '#C631DE'

red 198 ◦ green 49 ◦ blue 222

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

Shades of Medium Orchid #C631DE

Tints of Medium Orchid #C631DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.33%

R = 42.22%
G = 10.45%
B = 47.33%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C631DE (or 0xC631DE) is known color: Medium Orchid. HEX triplet: C6, 31 and DE. RGB value is (198,49,222). Sum of RGB (Red+Green+Blue) = 198+49+222=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #C631DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631DE is #39CE21. Grayscale: #707070. Windows color (decimal): -3788322 or 14561734. OLE color: 14561734.

HSL color Cylindrical-coordinate representation of color #C631DE: hue angle of 291.68º 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 #C631DE is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 49 222 -
CMYK 0.11 0.78 0 0.13
HSL 291.68º 0.72% 0.53% -
HSV(B) 291.68º 0.78% 0.87% -
XYZ 37.57 19.48 70.89 -
YUV 113.27 189.36 188.43 -
System Red Green Blue C M Y K H S L
Decimal 198 49 222 0.11 0.78 0 0.13 291.68 0.72 0.53
Hex C6 31 DE B 4E 0 D 124 48 35
Octal 306 61 336 13 116 0 15 444 110 65
Binary 11000110 110001 11011110 1011 1001110 0 1101 100100100 1001000 110101

Color Harmonies of #C631DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C631DE

Black with #C631DE

Text Example


Text Example

White with #C631DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C631DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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