Html Css Color HEX #C231DB Medium Orchid

📋 copy color: '#C231DB'

red 194 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #C231DB

Tints of Medium Orchid #C231DB

RGB

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

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

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

R = 41.99%
G = 10.61%
B = 47.4%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C231DB (or 0xC231DB) is known color: Medium Orchid. HEX triplet: C2, 31 and DB. RGB value is (194,49,219). Sum of RGB (Red+Green+Blue) = 194+49+219=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #C231DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231DB is #3DCE24. Grayscale: #6F6F6F. Windows color (decimal): -4050469 or 14365122. OLE color: 14365122.

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

Color convert

RGB 194 49 219 -
CMYK 0.11 0.78 0 0.14
HSL 291.18º 0.7% 0.53% -
HSV(B) 291.18º 0.78% 0.86% -
XYZ 36.13 18.78 68.74 -
YUV 111.74 188.54 186.68 -
System Red Green Blue C M Y K H S L
Decimal 194 49 219 0.11 0.78 0 0.14 291.18 0.7 0.53
Hex C2 31 DB B 4E 0 E 123 46 35
Octal 302 61 333 13 116 0 16 443 106 65
Binary 11000010 110001 11011011 1011 1001110 0 1110 100100011 1000110 110101

Color Harmonies of #C231DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231DB

Black with #C231DB

Text Example


Text Example

White with #C231DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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