Html Css Color HEX #C151FB Medium Orchid

📋 copy color: '#C151FB'

red 193 ◦ green 81 ◦ blue 251

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

Shades of Medium Orchid #C151FB

Tints of Medium Orchid #C151FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 36.76%
G = 15.43%
B = 47.81%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C151FB (or 0xC151FB) is known color: Medium Orchid. HEX triplet: C1, 51 and FB. RGB value is (193,81,251). Sum of RGB (Red+Green+Blue) = 193+81+251=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #C151FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C151FB is #3EAE04. Grayscale: #858585. Windows color (decimal): -4107781 or 16470465. OLE color: 16470465.

HSL color Cylindrical-coordinate representation of color #C151FB: hue angle of 279.53º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C151FB is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 81 251 -
CMYK 0.23 0.68 0 0.02
HSL 279.53º 0.96% 0.65% -
HSV(B) 279.53º 0.68% 0.98% -
XYZ 42.35 24.19 93.7 -
YUV 133.87 194.11 170.18 -
System Red Green Blue C M Y K H S L
Decimal 193 81 251 0.23 0.68 0 0.02 279.53 0.96 0.65
Hex C1 51 FB 17 44 0 2 118 60 41
Octal 301 121 373 27 104 0 2 430 140 101
Binary 11000001 1010001 11111011 10111 1000100 0 10 100011000 1100000 1000001

Color Harmonies of #C151FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C151FB

Black with #C151FB

Text Example


Text Example

White with #C151FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C151FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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