Html Css Color HEX #C151DD Medium Orchid

📋 copy color: '#C151DD'

red 193 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #C151DD

Tints of Medium Orchid #C151DD

RGB

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

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

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

R = 38.99%
G = 16.36%
B = 44.65%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C151DD (or 0xC151DD) is known color: Medium Orchid. HEX triplet: C1, 51 and DD. RGB value is (193,81,221). Sum of RGB (Red+Green+Blue) = 193+81+221=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #C151DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151DD is #3EAE22. Grayscale: #828282. Windows color (decimal): -4107811 or 14504385. OLE color: 14504385.

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

Color convert

RGB 193 81 221 -
CMYK 0.13 0.63 0 0.13
HSL 288º 0.67% 0.59% -
HSV(B) 288º 0.63% 0.87% -
XYZ 37.99 22.44 70.74 -
YUV 130.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 193 81 221 0.13 0.63 0 0.13 288 0.67 0.59
Hex C1 51 DD D 3F 0 D 120 43 3B
Octal 301 121 335 15 77 0 15 440 103 73
Binary 11000001 1010001 11011101 1101 111111 0 1101 100100000 1000011 111011

Color Harmonies of #C151DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C151DD

Black with #C151DD

Text Example


Text Example

White with #C151DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C151DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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