Html Css Color HEX #C997DA Wisteria

📋 copy color: '#C997DA'

red 201 ◦ green 151 ◦ blue 218

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

Shades of Wisteria #C997DA

Tints of Wisteria #C997DA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.49%

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

R = 35.26%
G = 26.49%
B = 38.25%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C997DA (or 0xC997DA) is known color: Wisteria. HEX triplet: C9, 97 and DA. RGB value is (201,151,218). Sum of RGB (Red+Green+Blue) = 201+151+218=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #C997DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997DA is #366825. Grayscale: #ADADAD. Windows color (decimal): -3565606 or 14325705. OLE color: 14325705.

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

Color convert

RGB 201 151 218 -
CMYK 0.08 0.31 0 0.15
HSL 284.78º 0.48% 0.72% -
HSV(B) 284.78º 0.31% 0.85% -
XYZ 47.81 39.61 71.46 -
YUV 173.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 201 151 218 0.08 0.31 0 0.15 284.78 0.48 0.72
Hex C9 97 DA 8 1F 0 F 11D 30 48
Octal 311 227 332 10 37 0 17 435 60 110
Binary 11001001 10010111 11011010 1000 11111 0 1111 100011101 110000 1001000

Color Harmonies of #C997DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997DA

Black with #C997DA

Text Example


Text Example

White with #C997DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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