Html Css Color HEX #C63DEC Medium Orchid

📋 copy color: '#C63DEC'

red 198 ◦ green 61 ◦ blue 236

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

Shades of Medium Orchid #C63DEC

Tints of Medium Orchid #C63DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.32%

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 40%
G = 12.32%
B = 47.68%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C63DEC (or 0xC63DEC) is known color: Medium Orchid. HEX triplet: C6, 3D and EC. RGB value is (198,61,236). Sum of RGB (Red+Green+Blue) = 198+61+236=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #C63DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63DEC is #39C213. Grayscale: #797979. Windows color (decimal): -3785236 or 15482310. OLE color: 15482310.

HSL color Cylindrical-coordinate representation of color #C63DEC: hue angle of 286.97º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63DEC is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 61 236 -
CMYK 0.16 0.74 0 0.07
HSL 286.97º 0.82% 0.58% -
HSV(B) 286.97º 0.74% 0.93% -
XYZ 40.1 21.4 81.37 -
YUV 121.91 192.39 182.27 -
System Red Green Blue C M Y K H S L
Decimal 198 61 236 0.16 0.74 0 0.07 286.97 0.82 0.58
Hex C6 3D EC 10 4A 0 7 11F 52 3A
Octal 306 75 354 20 112 0 7 437 122 72
Binary 11000110 111101 11101100 10000 1001010 0 111 100011111 1010010 111010

Color Harmonies of #C63DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63DEC

Black with #C63DEC

Text Example


Text Example

White with #C63DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63DEC; }

 p { color: rgb(198,61,236); }

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

background-color css

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

 a { background-color: rgb(198,61,236); }

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

border-color css

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

 span { border-color: rgb(198,61,236); }

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