Html Css Color HEX #C646D9 Medium Orchid

📋 copy color: '#C646D9'

red 198 ◦ green 70 ◦ blue 217

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

Shades of Medium Orchid #C646D9

Tints of Medium Orchid #C646D9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.43%

 BLUE value IS 217 (85.16% from 255) = 44.74%

R = 40.82%
G = 14.43%
B = 44.74%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C646D9 (or 0xC646D9) is known color: Medium Orchid. HEX triplet: C6, 46 and D9. RGB value is (198,70,217). Sum of RGB (Red+Green+Blue) = 198+70+217=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #C646D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646D9 is #39B926. Grayscale: #7C7C7C. Windows color (decimal): -3782951 or 14239430. OLE color: 14239430.

HSL color Cylindrical-coordinate representation of color #C646D9: hue angle of 292.24º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C646D9 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 70 217 -
CMYK 0.09 0.68 0 0.15
HSL 292.24º 0.66% 0.56% -
HSV(B) 292.24º 0.68% 0.85% -
XYZ 38 21.4 67.77 -
YUV 125.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 198 70 217 0.09 0.68 0 0.15 292.24 0.66 0.56
Hex C6 46 D9 9 44 0 F 124 42 38
Octal 306 106 331 11 104 0 17 444 102 70
Binary 11000110 1000110 11011001 1001 1000100 0 1111 100100100 1000010 111000

Color Harmonies of #C646D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C646D9

Black with #C646D9

Text Example


Text Example

White with #C646D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C646D9; }

 p { color: rgb(198,70,217); }

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

background-color css

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

 a { background-color: rgb(198,70,217); }

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

border-color css

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

 span { border-color: rgb(198,70,217); }

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