Html Css Color HEX #C648DC Medium Orchid

📋 copy color: '#C648DC'

red 198 ◦ green 72 ◦ blue 220

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

Shades of Medium Orchid #C648DC

Tints of Medium Orchid #C648DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.69%

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

R = 40.41%
G = 14.69%
B = 44.9%

CMYK

 C value IS 0.1

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C648DC (or 0xC648DC) is known color: Medium Orchid. HEX triplet: C6, 48 and DC. RGB value is (198,72,220). Sum of RGB (Red+Green+Blue) = 198+72+220=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #C648DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648DC is #39B723. Grayscale: #7E7E7E. Windows color (decimal): -3782436 or 14436550. OLE color: 14436550.

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

Color convert

RGB 198 72 220 -
CMYK 0.1 0.67 0 0.14
HSL 291.08º 0.68% 0.57% -
HSV(B) 291.08º 0.67% 0.86% -
XYZ 38.52 21.81 69.89 -
YUV 126.55 180.74 178.97 -
System Red Green Blue C M Y K H S L
Decimal 198 72 220 0.1 0.67 0 0.14 291.08 0.68 0.57
Hex C6 48 DC A 43 0 E 123 44 39
Octal 306 110 334 12 103 0 16 443 104 71
Binary 11000110 1001000 11011100 1010 1000011 0 1110 100100011 1000100 111001

Color Harmonies of #C648DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648DC

Black with #C648DC

Text Example


Text Example

White with #C648DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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