Html Css Color HEX #C15CDB Medium Orchid

📋 copy color: '#C15CDB'

red 193 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #C15CDB

Tints of Medium Orchid #C15CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.25%

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

R = 38.29%
G = 18.25%
B = 43.45%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C15CDB (or 0xC15CDB) is known color: Medium Orchid. HEX triplet: C1, 5C and DB. RGB value is (193,92,219). Sum of RGB (Red+Green+Blue) = 193+92+219=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #C15CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CDB is #3EA324. Grayscale: #888888. Windows color (decimal): -4104997 or 14376129. OLE color: 14376129.

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

Color convert

RGB 193 92 219 -
CMYK 0.12 0.58 0 0.14
HSL 287.72º 0.64% 0.61% -
HSV(B) 287.72º 0.58% 0.86% -
XYZ 38.61 24.11 69.64 -
YUV 136.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 193 92 219 0.12 0.58 0 0.14 287.72 0.64 0.61
Hex C1 5C DB C 3A 0 E 120 40 3D
Octal 301 134 333 14 72 0 16 440 100 75
Binary 11000001 1011100 11011011 1100 111010 0 1110 100100000 1000000 111101

Color Harmonies of #C15CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CDB

Black with #C15CDB

Text Example


Text Example

White with #C15CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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