Html Css Color HEX #C15BDC Medium Orchid

📋 copy color: '#C15BDC'

red 193 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #C15BDC

Tints of Medium Orchid #C15BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.06%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 38.29%
G = 18.06%
B = 43.65%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C15BDC (or 0xC15BDC) is known color: Medium Orchid. HEX triplet: C1, 5B and DC. RGB value is (193,91,220). Sum of RGB (Red+Green+Blue) = 193+91+220=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #C15BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BDC is #3EA423. Grayscale: #878787. Windows color (decimal): -4105252 or 14441409. OLE color: 14441409.

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

Color convert

RGB 193 91 220 -
CMYK 0.12 0.59 0 0.14
HSL 287.44º 0.65% 0.61% -
HSV(B) 287.44º 0.59% 0.86% -
XYZ 38.65 23.99 70.3 -
YUV 136.2 175.29 168.51 -
System Red Green Blue C M Y K H S L
Decimal 193 91 220 0.12 0.59 0 0.14 287.44 0.65 0.61
Hex C1 5B DC C 3B 0 E 11F 41 3D
Octal 301 133 334 14 73 0 16 437 101 75
Binary 11000001 1011011 11011100 1100 111011 0 1110 100011111 1000001 111101

Color Harmonies of #C15BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15BDC

Black with #C15BDC

Text Example


Text Example

White with #C15BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15BDC; }

 p { color: rgb(193,91,220); }

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

background-color css

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

 a { background-color: rgb(193,91,220); }

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

border-color css

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

 span { border-color: rgb(193,91,220); }

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