Html Css Color HEX #C648EC Medium Orchid

📋 copy color: '#C648EC'

red 198 ◦ green 72 ◦ blue 236

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

Shades of Medium Orchid #C648EC

Tints of Medium Orchid #C648EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 39.13%
G = 14.23%
B = 46.64%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C648EC (or 0xC648EC) is known color: Medium Orchid. HEX triplet: C6, 48 and EC. RGB value is (198,72,236). Sum of RGB (Red+Green+Blue) = 198+72+236=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #C648EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C648EC is #39B713. Grayscale: #7F7F7F. Windows color (decimal): -3782420 or 15485126. OLE color: 15485126.

HSL color Cylindrical-coordinate representation of color #C648EC: hue angle of 286.1º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C648EC is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 72 236 -
CMYK 0.16 0.69 0 0.07
HSL 286.1º 0.81% 0.6% -
HSV(B) 286.1º 0.69% 0.93% -
XYZ 40.75 22.7 81.59 -
YUV 128.37 188.74 177.66 -
System Red Green Blue C M Y K H S L
Decimal 198 72 236 0.16 0.69 0 0.07 286.1 0.81 0.6
Hex C6 48 EC 10 45 0 7 11E 51 3C
Octal 306 110 354 20 105 0 7 436 121 74
Binary 11000110 1001000 11101100 10000 1000101 0 111 100011110 1010001 111100

Color Harmonies of #C648EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648EC

Black with #C648EC

Text Example


Text Example

White with #C648EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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