Html Css Color HEX #C636D6 Medium Orchid

📋 copy color: '#C636D6'

red 198 ◦ green 54 ◦ blue 214

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

Shades of Medium Orchid #C636D6

Tints of Medium Orchid #C636D6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.59%

 BLUE value IS 214 (83.98% from 255) = 45.92%

R = 42.49%
G = 11.59%
B = 45.92%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C636D6 (or 0xC636D6) is known color: Medium Orchid. HEX triplet: C6, 36 and D6. RGB value is (198,54,214). Sum of RGB (Red+Green+Blue) = 198+54+214=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #C636D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C636D6 is #39C929. Grayscale: #727272. Windows color (decimal): -3787050 or 14038726. OLE color: 14038726.

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

Color convert

RGB 198 54 214 -
CMYK 0.07 0.75 0 0.16
HSL 294º 0.66% 0.53% -
HSV(B) 294º 0.75% 0.84% -
XYZ 36.75 19.5 65.45 -
YUV 115.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 198 54 214 0.07 0.75 0 0.16 294 0.66 0.53
Hex C6 36 D6 7 4B 0 10 126 42 35
Octal 306 66 326 7 113 0 20 446 102 65
Binary 11000110 110110 11010110 111 1001011 0 10000 100100110 1000010 110101

Color Harmonies of #C636D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C636D6

Black with #C636D6

Text Example


Text Example

White with #C636D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C636D6; }

 p { color: rgb(198,54,214); }

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

background-color css

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

 a { background-color: rgb(198,54,214); }

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

border-color css

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

 span { border-color: rgb(198,54,214); }

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