Html Css Color HEX #C63EF5 Medium Orchid

📋 copy color: '#C63EF5'

red 198 ◦ green 62 ◦ blue 245

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

Shades of Medium Orchid #C63EF5

Tints of Medium Orchid #C63EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.51%

R = 39.21%
G = 12.28%
B = 48.51%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C63EF5 (or 0xC63EF5) is known color: Medium Orchid. HEX triplet: C6, 3E and F5. RGB value is (198,62,245). Sum of RGB (Red+Green+Blue) = 198+62+245=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #C63EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63EF5 is #39C10A. Grayscale: #7A7A7A. Windows color (decimal): -3784971 or 16072390. OLE color: 16072390.

HSL color Cylindrical-coordinate representation of color #C63EF5: hue angle of 284.59º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63EF5 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 62 245 -
CMYK 0.19 0.75 0 0.04
HSL 284.59º 0.9% 0.6% -
HSV(B) 284.59º 0.75% 0.96% -
XYZ 41.49 22.04 88.45 -
YUV 123.53 196.56 181.12 -
System Red Green Blue C M Y K H S L
Decimal 198 62 245 0.19 0.75 0 0.04 284.59 0.9 0.6
Hex C6 3E F5 13 4B 0 4 11D 5A 3C
Octal 306 76 365 23 113 0 4 435 132 74
Binary 11000110 111110 11110101 10011 1001011 0 100 100011101 1011010 111100

Color Harmonies of #C63EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63EF5

Black with #C63EF5

Text Example


Text Example

White with #C63EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63EF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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