Html Css Color HEX #C649EC Medium Orchid

📋 copy color: '#C649EC'

red 198 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #C649EC

Tints of Medium Orchid #C649EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.4%

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

R = 39.05%
G = 14.4%
B = 46.55%

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

#C649EC (or 0xC649EC) is known color: Medium Orchid. HEX triplet: C6, 49 and EC. RGB value is (198,73,236). Sum of RGB (Red+Green+Blue) = 198+73+236=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #C649EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C649EC is #39B613. Grayscale: #808080. Windows color (decimal): -3782164 or 15485382. OLE color: 15485382.

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

Color convert

RGB 198 73 236 -
CMYK 0.16 0.69 0 0.07
HSL 286.01º 0.81% 0.61% -
HSV(B) 286.01º 0.69% 0.93% -
XYZ 40.81 22.83 81.61 -
YUV 128.96 188.41 177.25 -
System Red Green Blue C M Y K H S L
Decimal 198 73 236 0.16 0.69 0 0.07 286.01 0.81 0.61
Hex C6 49 EC 10 45 0 7 11E 51 3D
Octal 306 111 354 20 105 0 7 436 121 75
Binary 11000110 1001001 11101100 10000 1000101 0 111 100011110 1010001 111101

Color Harmonies of #C649EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649EC

Black with #C649EC

Text Example


Text Example

White with #C649EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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