Html Css Color HEX #C646DC Medium Orchid

📋 copy color: '#C646DC'

red 198 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #C646DC

Tints of Medium Orchid #C646DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 40.57%
G = 14.34%
B = 45.08%

CMYK

 C value IS 0.1

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C646DC (or 0xC646DC) is known color: Medium Orchid. HEX triplet: C6, 46 and DC. RGB value is (198,70,220). Sum of RGB (Red+Green+Blue) = 198+70+220=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #C646DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646DC is #39B923. Grayscale: #7C7C7C. Windows color (decimal): -3782948 or 14436038. OLE color: 14436038.

HSL color Cylindrical-coordinate representation of color #C646DC: hue angle of 291.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C646DC is Cyan = 0.1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 70 220 -
CMYK 0.1 0.68 0 0.14
HSL 291.2º 0.68% 0.57% -
HSV(B) 291.2º 0.68% 0.86% -
XYZ 38.4 21.55 69.85 -
YUV 125.37 181.41 179.8 -
System Red Green Blue C M Y K H S L
Decimal 198 70 220 0.1 0.68 0 0.14 291.2 0.68 0.57
Hex C6 46 DC A 44 0 E 123 44 39
Octal 306 106 334 12 104 0 16 443 104 71
Binary 11000110 1000110 11011100 1010 1000100 0 1110 100100011 1000100 111001

Color Harmonies of #C646DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C646DC

Black with #C646DC

Text Example


Text Example

White with #C646DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C646DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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