Html Css Color HEX #C63EFC Medium Orchid

📋 copy color: '#C63EFC'

red 198 ◦ green 62 ◦ blue 252

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

Shades of Medium Orchid #C63EFC

Tints of Medium Orchid #C63EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.11%

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

R = 38.67%
G = 12.11%
B = 49.22%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C63EFC (or 0xC63EFC) is known color: Medium Orchid. HEX triplet: C6, 3E and FC. RGB value is (198,62,252). Sum of RGB (Red+Green+Blue) = 198+62+252=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 62 (24.61% from 255 or 12.11% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #C63EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63EFC is #39C103. Grayscale: #7B7B7B. Windows color (decimal): -3784964 or 16531142. OLE color: 16531142.

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

Color convert

RGB 198 62 252 -
CMYK 0.21 0.75 0 0.01
HSL 282.95º 0.97% 0.62% -
HSV(B) 282.95º 0.75% 0.99% -
XYZ 42.58 22.48 94.19 -
YUV 124.32 200.06 180.55 -
System Red Green Blue C M Y K H S L
Decimal 198 62 252 0.21 0.75 0 0.01 282.95 0.97 0.62
Hex C6 3E FC 15 4B 0 1 11B 61 3E
Octal 306 76 374 25 113 0 1 433 141 76
Binary 11000110 111110 11111100 10101 1001011 0 1 100011011 1100001 111110

Color Harmonies of #C63EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63EFC

Black with #C63EFC

Text Example


Text Example

White with #C63EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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