Html Css Color HEX #C63FD7 Medium Orchid

📋 copy color: '#C63FD7'

red 198 ◦ green 63 ◦ blue 215

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

Shades of Medium Orchid #C63FD7

Tints of Medium Orchid #C63FD7

RGB

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

 GREEN value IS 63 (25% from 255) = 13.24%

 BLUE value IS 215 (84.38% from 255) = 45.17%

R = 41.6%
G = 13.24%
B = 45.17%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C63FD7 (or 0xC63FD7) is known color: Medium Orchid. HEX triplet: C6, 3F and D7. RGB value is (198,63,215). Sum of RGB (Red+Green+Blue) = 198+63+215=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #C63FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FD7 is #39C028. Grayscale: #787878. Windows color (decimal): -3784745 or 14106566. OLE color: 14106566.

HSL color Cylindrical-coordinate representation of color #C63FD7: hue angle of 293.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63FD7 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 63 215 -
CMYK 0.08 0.71 0 0.16
HSL 293.29º 0.66% 0.55% -
HSV(B) 293.29º 0.71% 0.84% -
XYZ 37.33 20.47 66.27 -
YUV 120.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 198 63 215 0.08 0.71 0 0.16 293.29 0.66 0.55
Hex C6 3F D7 8 47 0 10 125 42 37
Octal 306 77 327 10 107 0 20 445 102 67
Binary 11000110 111111 11010111 1000 1000111 0 10000 100100101 1000010 110111

Color Harmonies of #C63FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63FD7

Black with #C63FD7

Text Example


Text Example

White with #C63FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63FD7; }

 p { color: rgb(198,63,215); }

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

background-color css

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

 a { background-color: rgb(198,63,215); }

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

border-color css

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

 span { border-color: rgb(198,63,215); }

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