Html Css Color HEX #C992D8 Wisteria

📋 copy color: '#C992D8'

red 201 ◦ green 146 ◦ blue 216

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

Shades of Wisteria #C992D8

Tints of Wisteria #C992D8

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.93%

 BLUE value IS 216 (84.77% from 255) = 38.37%

R = 35.7%
G = 25.93%
B = 38.37%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C992D8 (or 0xC992D8) is known color: Wisteria. HEX triplet: C9, 92 and D8. RGB value is (201,146,216). Sum of RGB (Red+Green+Blue) = 201+146+216=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #C992D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992D8 is #366D27. Grayscale: #AAAAAA. Windows color (decimal): -3566888 or 14193353. OLE color: 14193353.

HSL color Cylindrical-coordinate representation of color #C992D8: hue angle of 287.14º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C992D8 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 146 216 -
CMYK 0.07 0.32 0 0.15
HSL 287.14º 0.47% 0.71% -
HSV(B) 287.14º 0.32% 0.85% -
XYZ 46.76 37.93 69.82 -
YUV 170.43 153.72 149.81 -
System Red Green Blue C M Y K H S L
Decimal 201 146 216 0.07 0.32 0 0.15 287.14 0.47 0.71
Hex C9 92 D8 7 20 0 F 11F 2F 47
Octal 311 222 330 7 40 0 17 437 57 107
Binary 11001001 10010010 11011000 111 100000 0 1111 100011111 101111 1000111

Color Harmonies of #C992D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992D8

Black with #C992D8

Text Example


Text Example

White with #C992D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992D8; }

 p { color: rgb(201,146,216); }

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

background-color css

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

 a { background-color: rgb(201,146,216); }

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

border-color css

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

 span { border-color: rgb(201,146,216); }

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