Html Css Color HEX #C994DC Wisteria

📋 copy color: '#C994DC'

red 201 ◦ green 148 ◦ blue 220

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

Shades of Wisteria #C994DC

Tints of Wisteria #C994DC

RGB

 RED value IS 201 (78.91% from 255) = 35.33%

 GREEN value IS 148 (58.2% from 255) = 26.01%

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

R = 35.33%
G = 26.01%
B = 38.66%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C994DC (or 0xC994DC) is known color: Wisteria. HEX triplet: C9, 94 and DC. RGB value is (201,148,220). Sum of RGB (Red+Green+Blue) = 201+148+220=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #C994DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994DC is #366B23. Grayscale: #ABABAB. Windows color (decimal): -3566372 or 14456009. OLE color: 14456009.

HSL color Cylindrical-coordinate representation of color #C994DC: hue angle of 284.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C994DC is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 148 220 -
CMYK 0.09 0.33 0 0.14
HSL 284.17º 0.51% 0.72% -
HSV(B) 284.17º 0.33% 0.86% -
XYZ 47.6 38.76 72.68 -
YUV 172.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 201 148 220 0.09 0.33 0 0.14 284.17 0.51 0.72
Hex C9 94 DC 9 21 0 E 11C 33 48
Octal 311 224 334 11 41 0 16 434 63 110
Binary 11001001 10010100 11011100 1001 100001 0 1110 100011100 110011 1001000

Color Harmonies of #C994DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994DC

Black with #C994DC

Text Example


Text Example

White with #C994DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994DC; }

 p { color: rgb(201,148,220); }

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

background-color css

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

 a { background-color: rgb(201,148,220); }

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

border-color css

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

 span { border-color: rgb(201,148,220); }

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