Html Css Color HEX #C151DF Medium Orchid

📋 copy color: '#C151DF'

red 193 ◦ green 81 ◦ blue 223

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

Shades of Medium Orchid #C151DF

Tints of Medium Orchid #C151DF

RGB

 RED value IS 193 (75.78% from 255) = 38.83%

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

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

R = 38.83%
G = 16.3%
B = 44.87%

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

#C151DF (or 0xC151DF) is known color: Medium Orchid. HEX triplet: C1, 51 and DF. RGB value is (193,81,223). Sum of RGB (Red+Green+Blue) = 193+81+223=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #C151DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151DF is #3EAE20. Grayscale: #828282. Windows color (decimal): -4107809 or 14635457. OLE color: 14635457.

HSL color Cylindrical-coordinate representation of color #C151DF: hue angle of 287.32º 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 #C151DF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 81 223 -
CMYK 0.13 0.64 0 0.13
HSL 287.32º 0.69% 0.6% -
HSV(B) 287.32º 0.64% 0.87% -
XYZ 38.25 22.55 72.15 -
YUV 130.68 180.11 172.45 -
System Red Green Blue C M Y K H S L
Decimal 193 81 223 0.13 0.64 0 0.13 287.32 0.69 0.6
Hex C1 51 DF D 40 0 D 11F 45 3C
Octal 301 121 337 15 100 0 15 437 105 74
Binary 11000001 1010001 11011111 1101 1000000 0 1101 100011111 1000101 111100

Color Harmonies of #C151DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C151DF

Black with #C151DF

Text Example


Text Example

White with #C151DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C151DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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