Html Css Color HEX #C63EFA Medium Orchid

📋 copy color: '#C63EFA'

red 198 ◦ green 62 ◦ blue 250

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

Shades of Medium Orchid #C63EFA

Tints of Medium Orchid #C63EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.16%

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 38.82%
G = 12.16%
B = 49.02%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C63EFA (or 0xC63EFA) is known color: Medium Orchid. HEX triplet: C6, 3E and FA. RGB value is (198,62,250). Sum of RGB (Red+Green+Blue) = 198+62+250=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #C63EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63EFA is #39C105. Grayscale: #7B7B7B. Windows color (decimal): -3784966 or 16400070. OLE color: 16400070.

HSL color Cylindrical-coordinate representation of color #C63EFA: hue angle of 283.4º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63EFA is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 62 250 -
CMYK 0.21 0.75 0 0.02
HSL 283.4º 0.95% 0.61% -
HSV(B) 283.4º 0.75% 0.98% -
XYZ 42.27 22.35 92.53 -
YUV 124.1 199.06 180.71 -
System Red Green Blue C M Y K H S L
Decimal 198 62 250 0.21 0.75 0 0.02 283.4 0.95 0.61
Hex C6 3E FA 15 4B 0 2 11B 5F 3D
Octal 306 76 372 25 113 0 2 433 137 75
Binary 11000110 111110 11111010 10101 1001011 0 10 100011011 1011111 111101

Color Harmonies of #C63EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63EFA

Black with #C63EFA

Text Example


Text Example

White with #C63EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63EFA; }

 p { color: rgb(198,62,250); }

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

background-color css

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

 a { background-color: rgb(198,62,250); }

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

border-color css

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

 span { border-color: rgb(198,62,250); }

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