Html Css Color HEX #C231DD Medium Orchid

📋 copy color: '#C231DD'

red 194 ◦ green 49 ◦ blue 221

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

Shades of Medium Orchid #C231DD

Tints of Medium Orchid #C231DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 41.81%
G = 10.56%
B = 47.63%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C231DD (or 0xC231DD) is known color: Medium Orchid. HEX triplet: C2, 31 and DD. RGB value is (194,49,221). Sum of RGB (Red+Green+Blue) = 194+49+221=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #C231DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231DD is #3DCE22. Grayscale: #6F6F6F. Windows color (decimal): -4050467 or 14496194. OLE color: 14496194.

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

Color convert

RGB 194 49 221 -
CMYK 0.12 0.78 0 0.13
HSL 290.58º 0.72% 0.53% -
HSV(B) 290.58º 0.78% 0.87% -
XYZ 36.4 18.89 70.13 -
YUV 111.96 189.54 186.51 -
System Red Green Blue C M Y K H S L
Decimal 194 49 221 0.12 0.78 0 0.13 290.58 0.72 0.53
Hex C2 31 DD C 4E 0 D 123 48 35
Octal 302 61 335 14 116 0 15 443 110 65
Binary 11000010 110001 11011101 1100 1001110 0 1101 100100011 1001000 110101

Color Harmonies of #C231DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231DD

Black with #C231DD

Text Example


Text Example

White with #C231DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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