Html Css Color HEX #C251DD Medium Orchid

📋 copy color: '#C251DD'

red 194 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #C251DD

Tints of Medium Orchid #C251DD

RGB

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

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

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

R = 39.11%
G = 16.33%
B = 44.56%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C251DD (or 0xC251DD) is known color: Medium Orchid. HEX triplet: C2, 51 and DD. RGB value is (194,81,221). Sum of RGB (Red+Green+Blue) = 194+81+221=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #C251DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251DD is #3DAE22. Grayscale: #828282. Windows color (decimal): -4042275 or 14504386. OLE color: 14504386.

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

Color convert

RGB 194 81 221 -
CMYK 0.12 0.63 0 0.13
HSL 288.43º 0.67% 0.59% -
HSV(B) 288.43º 0.63% 0.87% -
XYZ 38.24 22.57 70.75 -
YUV 130.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 194 81 221 0.12 0.63 0 0.13 288.43 0.67 0.59
Hex C2 51 DD C 3F 0 D 120 43 3B
Octal 302 121 335 14 77 0 15 440 103 73
Binary 11000010 1010001 11011101 1100 111111 0 1101 100100000 1000011 111011

Color Harmonies of #C251DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C251DD

Black with #C251DD

Text Example


Text Example

White with #C251DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C251DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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