Html Css Color HEX #C15FDB Medium Orchid

📋 copy color: '#C15FDB'

red 193 ◦ green 95 ◦ blue 219

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

Shades of Medium Orchid #C15FDB

Tints of Medium Orchid #C15FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.74%

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

R = 38.07%
G = 18.74%
B = 43.2%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C15FDB (or 0xC15FDB) is known color: Medium Orchid. HEX triplet: C1, 5F and DB. RGB value is (193,95,219). Sum of RGB (Red+Green+Blue) = 193+95+219=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #C15FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FDB is #3EA024. Grayscale: #8A8A8A. Windows color (decimal): -4104229 or 14376897. OLE color: 14376897.

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

Color convert

RGB 193 95 219 -
CMYK 0.12 0.57 0 0.14
HSL 287.42º 0.63% 0.62% -
HSV(B) 287.42º 0.57% 0.86% -
XYZ 38.87 24.64 69.72 -
YUV 138.44 173.47 166.92 -
System Red Green Blue C M Y K H S L
Decimal 193 95 219 0.12 0.57 0 0.14 287.42 0.63 0.62
Hex C1 5F DB C 39 0 E 11F 3F 3E
Octal 301 137 333 14 71 0 16 437 77 76
Binary 11000001 1011111 11011011 1100 111001 0 1110 100011111 111111 111110

Color Harmonies of #C15FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15FDB

Black with #C15FDB

Text Example


Text Example

White with #C15FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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