Html Css Color HEX #C648D9 Medium Orchid

📋 copy color: '#C648D9'

red 198 ◦ green 72 ◦ blue 217

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

Shades of Medium Orchid #C648D9

Tints of Medium Orchid #C648D9

RGB

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

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

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

R = 40.66%
G = 14.78%
B = 44.56%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C648D9 (or 0xC648D9) is known color: Medium Orchid. HEX triplet: C6, 48 and D9. RGB value is (198,72,217). Sum of RGB (Red+Green+Blue) = 198+72+217=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #C648D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648D9 is #39B726. Grayscale: #7D7D7D. Windows color (decimal): -3782439 or 14239942. OLE color: 14239942.

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

Color convert

RGB 198 72 217 -
CMYK 0.09 0.67 0 0.15
HSL 292.14º 0.66% 0.57% -
HSV(B) 292.14º 0.67% 0.85% -
XYZ 38.13 21.65 67.81 -
YUV 126.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 198 72 217 0.09 0.67 0 0.15 292.14 0.66 0.57
Hex C6 48 D9 9 43 0 F 124 42 39
Octal 306 110 331 11 103 0 17 444 102 71
Binary 11000110 1001000 11011001 1001 1000011 0 1111 100100100 1000010 111001

Color Harmonies of #C648D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648D9

Black with #C648D9

Text Example


Text Example

White with #C648D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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