Html Css Color HEX #C63CDC Medium Orchid

📋 copy color: '#C63CDC'

red 198 ◦ green 60 ◦ blue 220

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

Shades of Medium Orchid #C63CDC

Tints of Medium Orchid #C63CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 41.42%
G = 12.55%
B = 46.03%

CMYK

 C value IS 0.1

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C63CDC (or 0xC63CDC) is known color: Medium Orchid. HEX triplet: C6, 3C and DC. RGB value is (198,60,220). Sum of RGB (Red+Green+Blue) = 198+60+220=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #C63CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CDC is #39C323. Grayscale: #777777. Windows color (decimal): -3785508 or 14433478. OLE color: 14433478.

HSL color Cylindrical-coordinate representation of color #C63CDC: hue angle of 291.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63CDC is Cyan = 0.1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 60 220 -
CMYK 0.1 0.73 0 0.14
HSL 291.75º 0.7% 0.55% -
HSV(B) 291.75º 0.73% 0.86% -
XYZ 37.82 20.4 69.66 -
YUV 119.5 184.72 183.99 -
System Red Green Blue C M Y K H S L
Decimal 198 60 220 0.1 0.73 0 0.14 291.75 0.7 0.55
Hex C6 3C DC A 49 0 E 124 46 37
Octal 306 74 334 12 111 0 16 444 106 67
Binary 11000110 111100 11011100 1010 1001001 0 1110 100100100 1000110 110111

Color Harmonies of #C63CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CDC

Black with #C63CDC

Text Example


Text Example

White with #C63CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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