Html Css Color HEX #C63AFB Medium Orchid

📋 copy color: '#C63AFB'

red 198 ◦ green 58 ◦ blue 251

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

Shades of Medium Orchid #C63AFB

Tints of Medium Orchid #C63AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.44%

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 39.05%
G = 11.44%
B = 49.51%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C63AFB (or 0xC63AFB) is known color: Medium Orchid. HEX triplet: C6, 3A and FB. RGB value is (198,58,251). Sum of RGB (Red+Green+Blue) = 198+58+251=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #C63AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63AFB is #39C504. Grayscale: #797979. Windows color (decimal): -3785989 or 16464582. OLE color: 16464582.

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

Color convert

RGB 198 58 251 -
CMYK 0.21 0.77 0 0.02
HSL 283.52º 0.96% 0.61% -
HSV(B) 283.52º 0.77% 0.98% -
XYZ 42.21 22 93.29 -
YUV 121.86 200.88 182.31 -
System Red Green Blue C M Y K H S L
Decimal 198 58 251 0.21 0.77 0 0.02 283.52 0.96 0.61
Hex C6 3A FB 15 4D 0 2 11C 60 3D
Octal 306 72 373 25 115 0 2 434 140 75
Binary 11000110 111010 11111011 10101 1001101 0 10 100011100 1100000 111101

Color Harmonies of #C63AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63AFB

Black with #C63AFB

Text Example


Text Example

White with #C63AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63AFB; }

 p { color: rgb(198,58,251); }

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

background-color css

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

 a { background-color: rgb(198,58,251); }

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

border-color css

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

 span { border-color: rgb(198,58,251); }

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