Html Css Color HEX #C641FE Medium Orchid

📋 copy color: '#C641FE'

red 198 ◦ green 65 ◦ blue 254

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

Shades of Medium Orchid #C641FE

Tints of Medium Orchid #C641FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 38.3%
G = 12.57%
B = 49.13%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C641FE (or 0xC641FE) is known color: Medium Orchid. HEX triplet: C6, 41 and FE. RGB value is (198,65,254). Sum of RGB (Red+Green+Blue) = 198+65+254=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #C641FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C641FE is #39BE01. Grayscale: #7D7D7D. Windows color (decimal): -3784194 or 16662982. OLE color: 16662982.

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

Color convert

RGB 198 65 254 -
CMYK 0.22 0.74 0 0.00
HSL 282.22º 0.99% 0.63% -
HSV(B) 282.22º 0.74% 1% -
XYZ 43.07 22.94 95.92 -
YUV 126.31 200.06 179.13 -
System Red Green Blue C M Y K H S L
Decimal 198 65 254 0.22 0.74 0 0.00 282.22 0.99 0.63
Hex C6 41 FE 16 4A 0 0 11A 63 3F
Octal 306 101 376 26 112 0 0 432 143 77
Binary 11000110 1000001 11111110 10110 1001010 0 0 100011010 1100011 111111

Color Harmonies of #C641FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641FE

Black with #C641FE

Text Example


Text Example

White with #C641FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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