Html Css Color HEX #C63DFA Medium Orchid

📋 copy color: '#C63DFA'

red 198 ◦ green 61 ◦ blue 250

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

Shades of Medium Orchid #C63DFA

Tints of Medium Orchid #C63DFA

RGB

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

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

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

R = 38.9%
G = 11.98%
B = 49.12%

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

#C63DFA (or 0xC63DFA) is known color: Medium Orchid. HEX triplet: C6, 3D and FA. RGB value is (198,61,250). Sum of RGB (Red+Green+Blue) = 198+61+250=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #C63DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63DFA is #39C205. Grayscale: #7A7A7A. Windows color (decimal): -3785222 or 16399814. OLE color: 16399814.

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

Color convert

RGB 198 61 250 -
CMYK 0.21 0.76 0 0.02
HSL 283.49º 0.95% 0.61% -
HSV(B) 283.49º 0.76% 0.98% -
XYZ 42.21 22.25 92.51 -
YUV 123.51 199.39 181.13 -
System Red Green Blue C M Y K H S L
Decimal 198 61 250 0.21 0.76 0 0.02 283.49 0.95 0.61
Hex C6 3D FA 15 4C 0 2 11B 5F 3D
Octal 306 75 372 25 114 0 2 433 137 75
Binary 11000110 111101 11111010 10101 1001100 0 10 100011011 1011111 111101

Color Harmonies of #C63DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DFA

Black with #C63DFA

Text Example


Text Example

White with #C63DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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