Html Css Color HEX #C17CDB Wisteria

📋 copy color: '#C17CDB'

red 193 ◦ green 124 ◦ blue 219

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

Shades of Wisteria #C17CDB

Tints of Wisteria #C17CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.13%

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

R = 36.01%
G = 23.13%
B = 40.86%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C17CDB (or 0xC17CDB) is known color: Wisteria. HEX triplet: C1, 7C and DB. RGB value is (193,124,219). Sum of RGB (Red+Green+Blue) = 193+124+219=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #C17CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CDB is #3E8324. Grayscale: #9B9B9B. Windows color (decimal): -4096805 or 14384321. OLE color: 14384321.

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

Color convert

RGB 193 124 219 -
CMYK 0.12 0.43 0 0.14
HSL 283.58º 0.57% 0.67% -
HSV(B) 283.58º 0.43% 0.86% -
XYZ 41.99 30.87 70.76 -
YUV 155.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 193 124 219 0.12 0.43 0 0.14 283.58 0.57 0.67
Hex C1 7C DB C 2B 0 E 11C 39 43
Octal 301 174 333 14 53 0 16 434 71 103
Binary 11000001 1111100 11011011 1100 101011 0 1110 100011100 111001 1000011

Color Harmonies of #C17CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17CDB

Black with #C17CDB

Text Example


Text Example

White with #C17CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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