Html Css Color HEX #C649EF Medium Orchid

📋 copy color: '#C649EF'

red 198 ◦ green 73 ◦ blue 239

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

Shades of Medium Orchid #C649EF

Tints of Medium Orchid #C649EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 38.82%
G = 14.31%
B = 46.86%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C649EF (or 0xC649EF) is known color: Medium Orchid. HEX triplet: C6, 49 and EF. RGB value is (198,73,239). Sum of RGB (Red+Green+Blue) = 198+73+239=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #C649EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C649EF is #39B610. Grayscale: #808080. Windows color (decimal): -3782161 or 15681990. OLE color: 15681990.

HSL color Cylindrical-coordinate representation of color #C649EF: hue angle of 285.18º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C649EF is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 73 239 -
CMYK 0.17 0.69 0 0.06
HSL 285.18º 0.84% 0.61% -
HSV(B) 285.18º 0.69% 0.94% -
XYZ 41.25 23 83.93 -
YUV 129.3 189.91 177 -
System Red Green Blue C M Y K H S L
Decimal 198 73 239 0.17 0.69 0 0.06 285.18 0.84 0.61
Hex C6 49 EF 11 45 0 6 11D 54 3D
Octal 306 111 357 21 105 0 6 435 124 75
Binary 11000110 1001001 11101111 10001 1000101 0 110 100011101 1010100 111101

Color Harmonies of #C649EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649EF

Black with #C649EF

Text Example


Text Example

White with #C649EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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