Html Css Color HEX #C150CE Medium Orchid

📋 copy color: '#C150CE'

red 193 ◦ green 80 ◦ blue 206

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

Shades of Medium Orchid #C150CE

Tints of Medium Orchid #C150CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 40.29%
G = 16.7%
B = 43.01%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C150CE (or 0xC150CE) is known color: Medium Orchid. HEX triplet: C1, 50 and CE. RGB value is (193,80,206). Sum of RGB (Red+Green+Blue) = 193+80+206=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #C150CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150CE is #3EAF31. Grayscale: #7F7F7F. Windows color (decimal): -4108082 or 13521089. OLE color: 13521089.

HSL color Cylindrical-coordinate representation of color #C150CE: hue angle of 293.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C150CE is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 80 206 -
CMYK 0.06 0.61 0 0.19
HSL 293.81º 0.56% 0.56% -
HSV(B) 293.81º 0.61% 0.81% -
XYZ 36 21.53 60.65 -
YUV 128.15 171.94 174.25 -
System Red Green Blue C M Y K H S L
Decimal 193 80 206 0.06 0.61 0 0.19 293.81 0.56 0.56
Hex C1 50 CE 6 3D 0 13 126 38 38
Octal 301 120 316 6 75 0 23 446 70 70
Binary 11000001 1010000 11001110 110 111101 0 10011 100100110 111000 111000

Color Harmonies of #C150CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C150CE

Black with #C150CE

Text Example


Text Example

White with #C150CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C150CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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