Html Css Color HEX #C63CFC Medium Orchid

📋 copy color: '#C63CFC'

red 198 ◦ green 60 ◦ blue 252

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

Shades of Medium Orchid #C63CFC

Tints of Medium Orchid #C63CFC

RGB

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

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

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

R = 38.82%
G = 11.76%
B = 49.41%

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

#C63CFC (or 0xC63CFC) is known color: Medium Orchid. HEX triplet: C6, 3C and FC. RGB value is (198,60,252). Sum of RGB (Red+Green+Blue) = 198+60+252=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 60 (23.83% from 255 or 11.76% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #C63CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63CFC is #39C303. Grayscale: #7A7A7A. Windows color (decimal): -3785476 or 16530630. OLE color: 16530630.

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

Color convert

RGB 198 60 252 -
CMYK 0.21 0.76 0 0.01
HSL 283.13º 0.97% 0.61% -
HSV(B) 283.13º 0.76% 0.99% -
XYZ 42.48 22.27 94.15 -
YUV 123.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 198 60 252 0.21 0.76 0 0.01 283.13 0.97 0.61
Hex C6 3C FC 15 4C 0 1 11B 61 3D
Octal 306 74 374 25 114 0 1 433 141 75
Binary 11000110 111100 11111100 10101 1001100 0 1 100011011 1100001 111101

Color Harmonies of #C63CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CFC

Black with #C63CFC

Text Example


Text Example

White with #C63CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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