Html Css Color HEX #C236DB Medium Orchid

📋 copy color: '#C236DB'

red 194 ◦ green 54 ◦ blue 219

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

Shades of Medium Orchid #C236DB

Tints of Medium Orchid #C236DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 41.54%
G = 11.56%
B = 46.9%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C236DB (or 0xC236DB) is known color: Medium Orchid. HEX triplet: C2, 36 and DB. RGB value is (194,54,219). Sum of RGB (Red+Green+Blue) = 194+54+219=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #C236DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236DB is #3DC924. Grayscale: #727272. Windows color (decimal): -4049189 or 14366402. OLE color: 14366402.

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

Color convert

RGB 194 54 219 -
CMYK 0.11 0.75 0 0.14
HSL 290.91º 0.7% 0.54% -
HSV(B) 290.91º 0.75% 0.86% -
XYZ 36.35 19.22 68.81 -
YUV 114.67 186.88 184.58 -
System Red Green Blue C M Y K H S L
Decimal 194 54 219 0.11 0.75 0 0.14 290.91 0.7 0.54
Hex C2 36 DB B 4B 0 E 123 46 36
Octal 302 66 333 13 113 0 16 443 106 66
Binary 11000010 110110 11011011 1011 1001011 0 1110 100100011 1000110 110110

Color Harmonies of #C236DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C236DB

Black with #C236DB

Text Example


Text Example

White with #C236DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C236DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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