Html Css Color HEX #C251DF Medium Orchid

📋 copy color: '#C251DF'

red 194 ◦ green 81 ◦ blue 223

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

Shades of Medium Orchid #C251DF

Tints of Medium Orchid #C251DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 38.96%
G = 16.27%
B = 44.78%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C251DF (or 0xC251DF) is known color: Medium Orchid. HEX triplet: C2, 51 and DF. RGB value is (194,81,223). Sum of RGB (Red+Green+Blue) = 194+81+223=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #C251DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251DF is #3DAE20. Grayscale: #828282. Windows color (decimal): -4042273 or 14635458. OLE color: 14635458.

HSL color Cylindrical-coordinate representation of color #C251DF: hue angle of 287.75º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C251DF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 81 223 -
CMYK 0.13 0.64 0 0.13
HSL 287.75º 0.69% 0.6% -
HSV(B) 287.75º 0.64% 0.87% -
XYZ 38.51 22.68 72.16 -
YUV 130.98 179.94 172.95 -
System Red Green Blue C M Y K H S L
Decimal 194 81 223 0.13 0.64 0 0.13 287.75 0.69 0.6
Hex C2 51 DF D 40 0 D 120 45 3C
Octal 302 121 337 15 100 0 15 440 105 74
Binary 11000010 1010001 11011111 1101 1000000 0 1101 100100000 1000101 111100

Color Harmonies of #C251DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C251DF

Black with #C251DF

Text Example


Text Example

White with #C251DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C251DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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