Html Css Color HEX #C151D4 Medium Orchid

📋 copy color: '#C151D4'

red 193 ◦ green 81 ◦ blue 212

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

Shades of Medium Orchid #C151D4

Tints of Medium Orchid #C151D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.62%

R = 39.71%
G = 16.67%
B = 43.62%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C151D4 (or 0xC151D4) is known color: Medium Orchid. HEX triplet: C1, 51 and D4. RGB value is (193,81,212). Sum of RGB (Red+Green+Blue) = 193+81+212=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #C151D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151D4 is #3EAE2B. Grayscale: #818181. Windows color (decimal): -4107820 or 13914561. OLE color: 13914561.

HSL color Cylindrical-coordinate representation of color #C151D4: hue angle of 291.3º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C151D4 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 81 212 -
CMYK 0.09 0.62 0 0.17
HSL 291.3º 0.6% 0.57% -
HSV(B) 291.3º 0.62% 0.83% -
XYZ 36.82 21.98 64.59 -
YUV 129.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 193 81 212 0.09 0.62 0 0.17 291.3 0.6 0.57
Hex C1 51 D4 9 3E 0 11 123 3C 39
Octal 301 121 324 11 76 0 21 443 74 71
Binary 11000001 1010001 11010100 1001 111110 0 10001 100100011 111100 111001

Color Harmonies of #C151D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C151D4

Black with #C151D4

Text Example


Text Example

White with #C151D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C151D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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