Html Css Color HEX #C63DFC Medium Orchid

📋 copy color: '#C63DFC'

red 198 ◦ green 61 ◦ blue 252

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

Shades of Medium Orchid #C63DFC

Tints of Medium Orchid #C63DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 38.75%
G = 11.94%
B = 49.32%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C63DFC (or 0xC63DFC) is known color: Medium Orchid. HEX triplet: C6, 3D and FC. RGB value is (198,61,252). Sum of RGB (Red+Green+Blue) = 198+61+252=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 61 (24.22% from 255 or 11.94% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #C63DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63DFC is #39C203. Grayscale: #7B7B7B. Windows color (decimal): -3785220 or 16530886. OLE color: 16530886.

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

Color convert

RGB 198 61 252 -
CMYK 0.21 0.76 0 0.01
HSL 283.04º 0.97% 0.61% -
HSV(B) 283.04º 0.76% 0.99% -
XYZ 42.53 22.37 94.17 -
YUV 123.74 200.39 180.97 -
System Red Green Blue C M Y K H S L
Decimal 198 61 252 0.21 0.76 0 0.01 283.04 0.97 0.61
Hex C6 3D FC 15 4C 0 1 11B 61 3D
Octal 306 75 374 25 114 0 1 433 141 75
Binary 11000110 111101 11111100 10101 1001100 0 1 100011011 1100001 111101

Color Harmonies of #C63DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DFC

Black with #C63DFC

Text Example


Text Example

White with #C63DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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