Html Css Color HEX #C63DFE Medium Orchid

📋 copy color: '#C63DFE'

red 198 ◦ green 61 ◦ blue 254

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

Shades of Medium Orchid #C63DFE

Tints of Medium Orchid #C63DFE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.89%

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

R = 38.6%
G = 11.89%
B = 49.51%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C63DFE (or 0xC63DFE) is known color: Medium Orchid. HEX triplet: C6, 3D and FE. RGB value is (198,61,254). Sum of RGB (Red+Green+Blue) = 198+61+254=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #C63DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63DFE is #39C201. Grayscale: #7B7B7B. Windows color (decimal): -3785218 or 16661958. OLE color: 16661958.

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

Color convert

RGB 198 61 254 -
CMYK 0.22 0.76 0 0.00
HSL 282.59º 0.99% 0.62% -
HSV(B) 282.59º 0.76% 1% -
XYZ 42.85 22.5 95.85 -
YUV 123.97 201.39 180.81 -
System Red Green Blue C M Y K H S L
Decimal 198 61 254 0.22 0.76 0 0.00 282.59 0.99 0.62
Hex C6 3D FE 16 4C 0 0 11B 63 3E
Octal 306 75 376 26 114 0 0 433 143 76
Binary 11000110 111101 11111110 10110 1001100 0 0 100011011 1100011 111110

Color Harmonies of #C63DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DFE

Black with #C63DFE

Text Example


Text Example

White with #C63DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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