Html Css Color HEX #C236DC Medium Orchid

📋 copy color: '#C236DC'

red 194 ◦ green 54 ◦ blue 220

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

Shades of Medium Orchid #C236DC

Tints of Medium Orchid #C236DC

RGB

 RED value IS 194 (76.17% from 255) = 41.45%

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

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

R = 41.45%
G = 11.54%
B = 47.01%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C236DC (or 0xC236DC) is known color: Medium Orchid. HEX triplet: C2, 36 and DC. RGB value is (194,54,220). Sum of RGB (Red+Green+Blue) = 194+54+220=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #C236DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236DC is #3DC923. Grayscale: #727272. Windows color (decimal): -4049188 or 14431938. OLE color: 14431938.

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

Color convert

RGB 194 54 220 -
CMYK 0.12 0.75 0 0.14
HSL 290.6º 0.7% 0.54% -
HSV(B) 290.6º 0.75% 0.86% -
XYZ 36.49 19.27 69.51 -
YUV 114.78 187.38 184.5 -
System Red Green Blue C M Y K H S L
Decimal 194 54 220 0.12 0.75 0 0.14 290.6 0.7 0.54
Hex C2 36 DC C 4B 0 E 123 46 36
Octal 302 66 334 14 113 0 16 443 106 66
Binary 11000010 110110 11011100 1100 1001011 0 1110 100100011 1000110 110110

Color Harmonies of #C236DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C236DC

Black with #C236DC

Text Example


Text Example

White with #C236DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C236DC; }

 p { color: rgb(194,54,220); }

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

background-color css

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

 a { background-color: rgb(194,54,220); }

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

border-color css

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

 span { border-color: rgb(194,54,220); }

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