Html Css Color HEX #C649F0 Medium Orchid

📋 copy color: '#C649F0'

red 198 ◦ green 73 ◦ blue 240

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

Shades of Medium Orchid #C649F0

Tints of Medium Orchid #C649F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.97%

R = 38.75%
G = 14.29%
B = 46.97%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C649F0 (or 0xC649F0) is known color: Medium Orchid. HEX triplet: C6, 49 and F0. RGB value is (198,73,240). Sum of RGB (Red+Green+Blue) = 198+73+240=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #C649F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C649F0 is #39B60F. Grayscale: #808080. Windows color (decimal): -3782160 or 15747526. OLE color: 15747526.

HSL color Cylindrical-coordinate representation of color #C649F0: hue angle of 284.91º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C649F0 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 73 240 -
CMYK 0.18 0.70 0 0.06
HSL 284.91º 0.85% 0.61% -
HSV(B) 284.91º 0.7% 0.94% -
XYZ 41.4 23.06 84.71 -
YUV 129.41 190.41 176.92 -
System Red Green Blue C M Y K H S L
Decimal 198 73 240 0.18 0.70 0 0.06 284.91 0.85 0.61
Hex C6 49 F0 12 46 0 6 11D 55 3D
Octal 306 111 360 22 106 0 6 435 125 75
Binary 11000110 1001001 11110000 10010 1000110 0 110 100011101 1010101 111101

Color Harmonies of #C649F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649F0

Black with #C649F0

Text Example


Text Example

White with #C649F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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