Html Css Color HEX #C63FFE Medium Orchid

📋 copy color: '#C63FFE'

red 198 ◦ green 63 ◦ blue 254

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

Shades of Medium Orchid #C63FFE

Tints of Medium Orchid #C63FFE

RGB

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

 GREEN value IS 63 (25% from 255) = 12.23%

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

R = 38.45%
G = 12.23%
B = 49.32%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C63FFE (or 0xC63FFE) is known color: Medium Orchid. HEX triplet: C6, 3F and FE. RGB value is (198,63,254). Sum of RGB (Red+Green+Blue) = 198+63+254=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 63 (25% from 255 or 12.23% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #C63FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63FFE is #39C001. Grayscale: #7C7C7C. Windows color (decimal): -3784706 or 16662470. OLE color: 16662470.

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

Color convert

RGB 198 63 254 -
CMYK 0.22 0.75 0 0.00
HSL 282.41º 0.99% 0.62% -
HSV(B) 282.41º 0.75% 1% -
XYZ 42.96 22.72 95.89 -
YUV 125.14 200.73 179.97 -
System Red Green Blue C M Y K H S L
Decimal 198 63 254 0.22 0.75 0 0.00 282.41 0.99 0.62
Hex C6 3F FE 16 4B 0 0 11A 63 3E
Octal 306 77 376 26 113 0 0 432 143 76
Binary 11000110 111111 11111110 10110 1001011 0 0 100011010 1100011 111110

Color Harmonies of #C63FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63FFE

Black with #C63FFE

Text Example


Text Example

White with #C63FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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