Html Css Color HEX #C150DB Medium Orchid

📋 copy color: '#C150DB'

red 193 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #C150DB

Tints of Medium Orchid #C150DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 39.23%
G = 16.26%
B = 44.51%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C150DB (or 0xC150DB) is known color: Medium Orchid. HEX triplet: C1, 50 and DB. RGB value is (193,80,219). Sum of RGB (Red+Green+Blue) = 193+80+219=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #C150DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150DB is #3EAF24. Grayscale: #818181. Windows color (decimal): -4108069 or 14373057. OLE color: 14373057.

HSL color Cylindrical-coordinate representation of color #C150DB: hue angle of 288.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C150DB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 80 219 -
CMYK 0.12 0.63 0 0.14
HSL 288.78º 0.66% 0.59% -
HSV(B) 288.78º 0.63% 0.86% -
XYZ 37.65 22.19 69.32 -
YUV 129.63 178.44 173.2 -
System Red Green Blue C M Y K H S L
Decimal 193 80 219 0.12 0.63 0 0.14 288.78 0.66 0.59
Hex C1 50 DB C 3F 0 E 121 42 3B
Octal 301 120 333 14 77 0 16 441 102 73
Binary 11000001 1010000 11011011 1100 111111 0 1110 100100001 1000010 111011

Color Harmonies of #C150DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C150DB

Black with #C150DB

Text Example


Text Example

White with #C150DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C150DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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