Html Css Color HEX #C150EB Medium Orchid

📋 copy color: '#C150EB'

red 193 ◦ green 80 ◦ blue 235

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

Shades of Medium Orchid #C150EB

Tints of Medium Orchid #C150EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 37.99%
G = 15.75%
B = 46.26%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C150EB (or 0xC150EB) is known color: Medium Orchid. HEX triplet: C1, 50 and EB. RGB value is (193,80,235). Sum of RGB (Red+Green+Blue) = 193+80+235=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #C150EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150EB is #3EAF14. Grayscale: #828282. Windows color (decimal): -4108053 or 15421633. OLE color: 15421633.

HSL color Cylindrical-coordinate representation of color #C150EB: hue angle of 283.74º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C150EB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 80 235 -
CMYK 0.18 0.66 0 0.08
HSL 283.74º 0.79% 0.62% -
HSV(B) 283.74º 0.66% 0.92% -
XYZ 39.86 23.07 80.95 -
YUV 131.46 186.44 171.9 -
System Red Green Blue C M Y K H S L
Decimal 193 80 235 0.18 0.66 0 0.08 283.74 0.79 0.62
Hex C1 50 EB 12 42 0 8 11C 4F 3E
Octal 301 120 353 22 102 0 10 434 117 76
Binary 11000001 1010000 11101011 10010 1000010 0 1000 100011100 1001111 111110

Color Harmonies of #C150EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C150EB

Black with #C150EB

Text Example


Text Example

White with #C150EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C150EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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