Html Css Color HEX #C236DA Medium Orchid

📋 copy color: '#C236DA'

red 194 ◦ green 54 ◦ blue 218

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

Shades of Medium Orchid #C236DA

Tints of Medium Orchid #C236DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 41.63%
G = 11.59%
B = 46.78%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C236DA (or 0xC236DA) is known color: Medium Orchid. HEX triplet: C2, 36 and DA. RGB value is (194,54,218). Sum of RGB (Red+Green+Blue) = 194+54+218=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #C236DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236DA is #3DC925. Grayscale: #727272. Windows color (decimal): -4049190 or 14300866. OLE color: 14300866.

HSL color Cylindrical-coordinate representation of color #C236DA: hue angle of 291.22º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C236DA is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 54 218 -
CMYK 0.11 0.75 0 0.15
HSL 291.22º 0.69% 0.53% -
HSV(B) 291.22º 0.75% 0.85% -
XYZ 36.22 19.17 68.12 -
YUV 114.56 186.38 184.66 -
System Red Green Blue C M Y K H S L
Decimal 194 54 218 0.11 0.75 0 0.15 291.22 0.69 0.53
Hex C2 36 DA B 4B 0 F 123 45 35
Octal 302 66 332 13 113 0 17 443 105 65
Binary 11000010 110110 11011010 1011 1001011 0 1111 100100011 1000101 110101

Color Harmonies of #C236DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C236DA

Black with #C236DA

Text Example


Text Example

White with #C236DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C236DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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