Html Css Color HEX #C641FF Medium Orchid

📋 copy color: '#C641FF'

red 198 ◦ green 65 ◦ blue 255

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

Shades of Medium Orchid #C641FF

Tints of Medium Orchid #C641FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.23%

R = 38.22%
G = 12.55%
B = 49.23%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C641FF (or 0xC641FF) is known color: Medium Orchid. HEX triplet: C6, 41 and FF. RGB value is (198,65,255). Sum of RGB (Red+Green+Blue) = 198+65+255=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #C641FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C641FF is #39BE00. Grayscale: #7D7D7D. Windows color (decimal): -3784193 or 16728518. OLE color: 16728518.

HSL color Cylindrical-coordinate representation of color #C641FF: hue angle of 282º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C641FF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 65 255 -
CMYK 0.22 0.75 0 0
HSL 282º 1% 0.63% -
HSV(B) 282º 0.75% 1% -
XYZ 43.23 23.01 96.77 -
YUV 126.43 200.56 179.05 -
System Red Green Blue C M Y K H S L
Decimal 198 65 255 0.22 0.75 0 0 282 1 0.63
Hex C6 41 FF 16 4B 0 0 11A 64 3F
Octal 306 101 377 26 113 0 0 432 144 77
Binary 11000110 1000001 11111111 10110 1001011 0 0 100011010 1100100 111111

Color Harmonies of #C641FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641FF

Black with #C641FF

Text Example


Text Example

White with #C641FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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