Html Css Color HEX #C63CFA Medium Orchid

📋 copy color: '#C63CFA'

red 198 ◦ green 60 ◦ blue 250

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

Shades of Medium Orchid #C63CFA

Tints of Medium Orchid #C63CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.81%

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

R = 38.98%
G = 11.81%
B = 49.21%

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

#C63CFA (or 0xC63CFA) is known color: Medium Orchid. HEX triplet: C6, 3C and FA. RGB value is (198,60,250). Sum of RGB (Red+Green+Blue) = 198+60+250=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #C63CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63CFA is #39C305. Grayscale: #7A7A7A. Windows color (decimal): -3785478 or 16399558. OLE color: 16399558.

HSL color Cylindrical-coordinate representation of color #C63CFA: hue angle of 283.58º 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 #C63CFA is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 60 250 -
CMYK 0.21 0.76 0 0.02
HSL 283.58º 0.95% 0.61% -
HSV(B) 283.58º 0.76% 0.98% -
XYZ 42.16 22.14 92.49 -
YUV 122.92 199.72 181.55 -
System Red Green Blue C M Y K H S L
Decimal 198 60 250 0.21 0.76 0 0.02 283.58 0.95 0.61
Hex C6 3C FA 15 4C 0 2 11C 5F 3D
Octal 306 74 372 25 114 0 2 434 137 75
Binary 11000110 111100 11111010 10101 1001100 0 10 100011100 1011111 111101

Color Harmonies of #C63CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CFA

Black with #C63CFA

Text Example


Text Example

White with #C63CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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