Html Css Color HEX #C641F9 Medium Orchid

📋 copy color: '#C641F9'

red 198 ◦ green 65 ◦ blue 249

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

Shades of Medium Orchid #C641F9

Tints of Medium Orchid #C641F9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.7%

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 38.67%
G = 12.7%
B = 48.63%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C641F9 (or 0xC641F9) is known color: Medium Orchid. HEX triplet: C6, 41 and F9. RGB value is (198,65,249). Sum of RGB (Red+Green+Blue) = 198+65+249=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #C641F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C641F9 is #39BE06. Grayscale: #7D7D7D. Windows color (decimal): -3784199 or 16335302. OLE color: 16335302.

HSL color Cylindrical-coordinate representation of color #C641F9: hue angle of 283.37º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C641F9 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 65 249 -
CMYK 0.20 0.74 0 0.02
HSL 283.37º 0.94% 0.62% -
HSV(B) 283.37º 0.74% 0.98% -
XYZ 42.28 22.63 91.76 -
YUV 125.74 197.56 179.54 -
System Red Green Blue C M Y K H S L
Decimal 198 65 249 0.20 0.74 0 0.02 283.37 0.94 0.62
Hex C6 41 F9 14 4A 0 2 11B 5E 3E
Octal 306 101 371 24 112 0 2 433 136 76
Binary 11000110 1000001 11111001 10100 1001010 0 10 100011011 1011110 111110

Color Harmonies of #C641F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641F9

Black with #C641F9

Text Example


Text Example

White with #C641F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641F9; }

 p { color: rgb(198,65,249); }

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

background-color css

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

 a { background-color: rgb(198,65,249); }

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

border-color css

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

 span { border-color: rgb(198,65,249); }

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