Html Css Color HEX #C150FB Medium Orchid

📋 copy color: '#C150FB'

red 193 ◦ green 80 ◦ blue 251

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

Shades of Medium Orchid #C150FB

Tints of Medium Orchid #C150FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.27%

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

R = 36.83%
G = 15.27%
B = 47.9%

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

#C150FB (or 0xC150FB) is known color: Medium Orchid. HEX triplet: C1, 50 and FB. RGB value is (193,80,251). Sum of RGB (Red+Green+Blue) = 193+80+251=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #C150FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150FB is #3EAF04. Grayscale: #848484. Windows color (decimal): -4108037 or 16470209. OLE color: 16470209.

HSL color Cylindrical-coordinate representation of color #C150FB: hue angle of 279.65º 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 #C150FB is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 80 251 -
CMYK 0.23 0.68 0 0.02
HSL 279.65º 0.96% 0.65% -
HSV(B) 279.65º 0.68% 0.98% -
XYZ 42.27 24.04 93.68 -
YUV 133.28 194.44 170.6 -
System Red Green Blue C M Y K H S L
Decimal 193 80 251 0.23 0.68 0 0.02 279.65 0.96 0.65
Hex C1 50 FB 17 44 0 2 118 60 41
Octal 301 120 373 27 104 0 2 430 140 101
Binary 11000001 1010000 11111011 10111 1000100 0 10 100011000 1100000 1000001

Color Harmonies of #C150FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C150FB

Black with #C150FB

Text Example


Text Example

White with #C150FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C150FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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