Html Css Color HEX #C63BFA Medium Orchid

📋 copy color: '#C63BFA'

red 198 ◦ green 59 ◦ blue 250

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

Shades of Medium Orchid #C63BFA

Tints of Medium Orchid #C63BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.64%

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

R = 39.05%
G = 11.64%
B = 49.31%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C63BFA (or 0xC63BFA) is known color: Medium Orchid. HEX triplet: C6, 3B and FA. RGB value is (198,59,250). Sum of RGB (Red+Green+Blue) = 198+59+250=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 59 (23.44% from 255 or 11.64% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #C63BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63BFA is #39C405. Grayscale: #797979. Windows color (decimal): -3785734 or 16399302. OLE color: 16399302.

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

Color convert

RGB 198 59 250 -
CMYK 0.21 0.76 0 0.02
HSL 283.66º 0.95% 0.61% -
HSV(B) 283.66º 0.76% 0.98% -
XYZ 42.11 22.04 92.48 -
YUV 122.34 200.05 181.97 -
System Red Green Blue C M Y K H S L
Decimal 198 59 250 0.21 0.76 0 0.02 283.66 0.95 0.61
Hex C6 3B FA 15 4C 0 2 11C 5F 3D
Octal 306 73 372 25 114 0 2 434 137 75
Binary 11000110 111011 11111010 10101 1001100 0 10 100011100 1011111 111101

Color Harmonies of #C63BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63BFA

Black with #C63BFA

Text Example


Text Example

White with #C63BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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