Html Css Color HEX #C251DB Medium Orchid

📋 copy color: '#C251DB'

red 194 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #C251DB

Tints of Medium Orchid #C251DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.4%

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

R = 39.27%
G = 16.4%
B = 44.33%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C251DB (or 0xC251DB) is known color: Medium Orchid. HEX triplet: C2, 51 and DB. RGB value is (194,81,219). Sum of RGB (Red+Green+Blue) = 194+81+219=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #C251DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251DB is #3DAE24. Grayscale: #828282. Windows color (decimal): -4042277 or 14373314. OLE color: 14373314.

HSL color Cylindrical-coordinate representation of color #C251DB: hue angle of 289.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C251DB is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 81 219 -
CMYK 0.11 0.63 0 0.14
HSL 289.13º 0.66% 0.59% -
HSV(B) 289.13º 0.63% 0.86% -
XYZ 37.98 22.47 69.35 -
YUV 130.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 194 81 219 0.11 0.63 0 0.14 289.13 0.66 0.59
Hex C2 51 DB B 3F 0 E 121 42 3B
Octal 302 121 333 13 77 0 16 441 102 73
Binary 11000010 1010001 11011011 1011 111111 0 1110 100100001 1000010 111011

Color Harmonies of #C251DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C251DB

Black with #C251DB

Text Example


Text Example

White with #C251DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C251DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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