Html Css Color HEX #C648E1 Medium Orchid

📋 copy color: '#C648E1'

red 198 ◦ green 72 ◦ blue 225

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

Shades of Medium Orchid #C648E1

Tints of Medium Orchid #C648E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.45%

R = 40%
G = 14.55%
B = 45.45%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C648E1 (or 0xC648E1) is known color: Medium Orchid. HEX triplet: C6, 48 and E1. RGB value is (198,72,225). Sum of RGB (Red+Green+Blue) = 198+72+225=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #C648E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648E1 is #39B71E. Grayscale: #7E7E7E. Windows color (decimal): -3782431 or 14764230. OLE color: 14764230.

HSL color Cylindrical-coordinate representation of color #C648E1: hue angle of 289.41º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C648E1 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 72 225 -
CMYK 0.12 0.68 0 0.12
HSL 289.41º 0.72% 0.58% -
HSV(B) 289.41º 0.68% 0.88% -
XYZ 39.2 22.08 73.43 -
YUV 127.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 198 72 225 0.12 0.68 0 0.12 289.41 0.72 0.58
Hex C6 48 E1 C 44 0 C 121 48 3A
Octal 306 110 341 14 104 0 14 441 110 72
Binary 11000110 1001000 11100001 1100 1000100 0 1100 100100001 1001000 111010

Color Harmonies of #C648E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648E1

Black with #C648E1

Text Example


Text Example

White with #C648E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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