Html Css Color HEX #C18CDD Wisteria

📋 copy color: '#C18CDD'

red 193 ◦ green 140 ◦ blue 221

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

Shades of Wisteria #C18CDD

Tints of Wisteria #C18CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.27%

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 34.84%
G = 25.27%
B = 39.89%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C18CDD (or 0xC18CDD) is known color: Wisteria. HEX triplet: C1, 8C and DD. RGB value is (193,140,221). Sum of RGB (Red+Green+Blue) = 193+140+221=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #C18CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CDD is #3E7322. Grayscale: #A4A4A4. Windows color (decimal): -4092707 or 14519489. OLE color: 14519489.

HSL color Cylindrical-coordinate representation of color #C18CDD: hue angle of 279.26º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18CDD is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 140 221 -
CMYK 0.13 0.37 0 0.13
HSL 279.26º 0.54% 0.71% -
HSV(B) 279.26º 0.37% 0.87% -
XYZ 44.42 35.31 72.88 -
YUV 165.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 193 140 221 0.13 0.37 0 0.13 279.26 0.54 0.71
Hex C1 8C DD D 25 0 D 117 36 47
Octal 301 214 335 15 45 0 15 427 66 107
Binary 11000001 10001100 11011101 1101 100101 0 1101 100010111 110110 1000111

Color Harmonies of #C18CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18CDD

Black with #C18CDD

Text Example


Text Example

White with #C18CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18CDD; }

 p { color: rgb(193,140,221); }

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

background-color css

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

 a { background-color: rgb(193,140,221); }

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

border-color css

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

 span { border-color: rgb(193,140,221); }

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