Html Css Color HEX #C150EF Medium Orchid

📋 copy color: '#C150EF'

red 193 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #C150EF

Tints of Medium Orchid #C150EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 37.7%
G = 15.63%
B = 46.68%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C150EF (or 0xC150EF) is known color: Medium Orchid. HEX triplet: C1, 50 and EF. RGB value is (193,80,239). Sum of RGB (Red+Green+Blue) = 193+80+239=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #C150EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150EF is #3EAF10. Grayscale: #838383. Windows color (decimal): -4108049 or 15683777. OLE color: 15683777.

HSL color Cylindrical-coordinate representation of color #C150EF: hue angle of 282.64º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C150EF is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 80 239 -
CMYK 0.19 0.67 0 0.06
HSL 282.64º 0.83% 0.63% -
HSV(B) 282.64º 0.67% 0.94% -
XYZ 40.44 23.31 84.03 -
YUV 131.91 188.44 171.57 -
System Red Green Blue C M Y K H S L
Decimal 193 80 239 0.19 0.67 0 0.06 282.64 0.83 0.63
Hex C1 50 EF 13 43 0 6 11B 53 3F
Octal 301 120 357 23 103 0 6 433 123 77
Binary 11000001 1010000 11101111 10011 1000011 0 110 100011011 1010011 111111

Color Harmonies of #C150EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C150EF

Black with #C150EF

Text Example


Text Example

White with #C150EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C150EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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