Html Css Color HEX #C036D6 Medium Orchid

📋 copy color: '#C036D6'

red 192 ◦ green 54 ◦ blue 214

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

Shades of Medium Orchid #C036D6

Tints of Medium Orchid #C036D6

RGB

 RED value IS 192 (75.39% from 255) = 41.74%

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

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

R = 41.74%
G = 11.74%
B = 46.52%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C036D6 (or 0xC036D6) is known color: Medium Orchid. HEX triplet: C0, 36 and D6. RGB value is (192,54,214). Sum of RGB (Red+Green+Blue) = 192+54+214=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #C036D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036D6 is #3FC929. Grayscale: #717171. Windows color (decimal): -4180266 or 14038720. OLE color: 14038720.

HSL color Cylindrical-coordinate representation of color #C036D6: hue angle of 291.75º 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 #C036D6 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 54 214 -
CMYK 0.10 0.75 0 0.16
HSL 291.75º 0.66% 0.53% -
HSV(B) 291.75º 0.75% 0.84% -
XYZ 35.2 18.7 65.37 -
YUV 113.5 184.72 183.99 -
System Red Green Blue C M Y K H S L
Decimal 192 54 214 0.10 0.75 0 0.16 291.75 0.66 0.53
Hex C0 36 D6 A 4B 0 10 124 42 35
Octal 300 66 326 12 113 0 20 444 102 65
Binary 11000000 110110 11010110 1010 1001011 0 10000 100100100 1000010 110101

Color Harmonies of #C036D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036D6

Black with #C036D6

Text Example


Text Example

White with #C036D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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