Html Css Color HEX #C992DA Wisteria

📋 copy color: '#C992DA'

red 201 ◦ green 146 ◦ blue 218

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

Shades of Wisteria #C992DA

Tints of Wisteria #C992DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.58%

R = 35.58%
G = 25.84%
B = 38.58%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C992DA (or 0xC992DA) is known color: Wisteria. HEX triplet: C9, 92 and DA. RGB value is (201,146,218). Sum of RGB (Red+Green+Blue) = 201+146+218=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #C992DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992DA is #366D25. Grayscale: #AAAAAA. Windows color (decimal): -3566886 or 14324425. OLE color: 14324425.

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

Color convert

RGB 201 146 218 -
CMYK 0.08 0.33 0 0.15
HSL 285.83º 0.49% 0.71% -
HSV(B) 285.83º 0.33% 0.85% -
XYZ 47.02 38.04 71.19 -
YUV 170.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 201 146 218 0.08 0.33 0 0.15 285.83 0.49 0.71
Hex C9 92 DA 8 21 0 F 11E 31 47
Octal 311 222 332 10 41 0 17 436 61 107
Binary 11001001 10010010 11011010 1000 100001 0 1111 100011110 110001 1000111

Color Harmonies of #C992DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992DA

Black with #C992DA

Text Example


Text Example

White with #C992DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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