Html Css Color HEX #C231DC Medium Orchid

📋 copy color: '#C231DC'

red 194 ◦ green 49 ◦ blue 220

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

Shades of Medium Orchid #C231DC

Tints of Medium Orchid #C231DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.58%

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

R = 41.9%
G = 10.58%
B = 47.52%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C231DC (or 0xC231DC) is known color: Medium Orchid. HEX triplet: C2, 31 and DC. RGB value is (194,49,220). Sum of RGB (Red+Green+Blue) = 194+49+220=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #C231DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231DC is #3DCE23. Grayscale: #6F6F6F. Windows color (decimal): -4050468 or 14430658. OLE color: 14430658.

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

Color convert

RGB 194 49 220 -
CMYK 0.12 0.78 0 0.14
HSL 290.88º 0.71% 0.53% -
HSV(B) 290.88º 0.78% 0.86% -
XYZ 36.26 18.83 69.43 -
YUV 111.85 189.04 186.6 -
System Red Green Blue C M Y K H S L
Decimal 194 49 220 0.12 0.78 0 0.14 290.88 0.71 0.53
Hex C2 31 DC C 4E 0 E 123 47 35
Octal 302 61 334 14 116 0 16 443 107 65
Binary 11000010 110001 11011100 1100 1001110 0 1110 100100011 1000111 110101

Color Harmonies of #C231DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231DC

Black with #C231DC

Text Example


Text Example

White with #C231DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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