Html Css Color HEX #C63AFD Medium Orchid

📋 copy color: '#C63AFD'

red 198 ◦ green 58 ◦ blue 253

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

Shades of Medium Orchid #C63AFD

Tints of Medium Orchid #C63AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 38.9%
G = 11.39%
B = 49.71%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C63AFD (or 0xC63AFD) is known color: Medium Orchid. HEX triplet: C6, 3A and FD. RGB value is (198,58,253). Sum of RGB (Red+Green+Blue) = 198+58+253=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #C63AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63AFD is #39C502. Grayscale: #797979. Windows color (decimal): -3785987 or 16595654. OLE color: 16595654.

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

Color convert

RGB 198 58 253 -
CMYK 0.22 0.77 0 0.01
HSL 283.08º 0.98% 0.61% -
HSV(B) 283.08º 0.77% 0.99% -
XYZ 42.53 22.12 94.96 -
YUV 122.09 201.88 182.14 -
System Red Green Blue C M Y K H S L
Decimal 198 58 253 0.22 0.77 0 0.01 283.08 0.98 0.61
Hex C6 3A FD 16 4D 0 1 11B 62 3D
Octal 306 72 375 26 115 0 1 433 142 75
Binary 11000110 111010 11111101 10110 1001101 0 1 100011011 1100010 111101

Color Harmonies of #C63AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63AFD

Black with #C63AFD

Text Example


Text Example

White with #C63AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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