Html Css Color HEX #C992D7 Wisteria

📋 copy color: '#C992D7'

red 201 ◦ green 146 ◦ blue 215

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

Shades of Wisteria #C992D7

Tints of Wisteria #C992D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.26%

R = 35.77%
G = 25.98%
B = 38.26%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C992D7 (or 0xC992D7) is known color: Wisteria. HEX triplet: C9, 92 and D7. RGB value is (201,146,215). Sum of RGB (Red+Green+Blue) = 201+146+215=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #C992D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992D7 is #366D28. Grayscale: #AAAAAA. Windows color (decimal): -3566889 or 14127817. OLE color: 14127817.

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

Color convert

RGB 201 146 215 -
CMYK 0.07 0.32 0 0.16
HSL 287.83º 0.46% 0.71% -
HSV(B) 287.83º 0.32% 0.84% -
XYZ 46.63 37.88 69.14 -
YUV 170.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 201 146 215 0.07 0.32 0 0.16 287.83 0.46 0.71
Hex C9 92 D7 7 20 0 10 120 2E 47
Octal 311 222 327 7 40 0 20 440 56 107
Binary 11001001 10010010 11010111 111 100000 0 10000 100100000 101110 1000111

Color Harmonies of #C992D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992D7

Black with #C992D7

Text Example


Text Example

White with #C992D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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