Html Css Color HEX #C995D7 Wisteria

📋 copy color: '#C995D7'

red 201 ◦ green 149 ◦ blue 215

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

Shades of Wisteria #C995D7

Tints of Wisteria #C995D7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.37%

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

R = 35.58%
G = 26.37%
B = 38.05%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C995D7 (or 0xC995D7) is known color: Wisteria. HEX triplet: C9, 95 and D7. RGB value is (201,149,215). Sum of RGB (Red+Green+Blue) = 201+149+215=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #C995D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995D7 is #366A28. Grayscale: #ABABAB. Windows color (decimal): -3566121 or 14128585. OLE color: 14128585.

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

Color convert

RGB 201 149 215 -
CMYK 0.07 0.31 0 0.16
HSL 287.27º 0.45% 0.71% -
HSV(B) 287.27º 0.31% 0.84% -
XYZ 47.1 38.82 69.3 -
YUV 172.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 201 149 215 0.07 0.31 0 0.16 287.27 0.45 0.71
Hex C9 95 D7 7 1F 0 10 11F 2D 47
Octal 311 225 327 7 37 0 20 437 55 107
Binary 11001001 10010101 11010111 111 11111 0 10000 100011111 101101 1000111

Color Harmonies of #C995D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995D7

Black with #C995D7

Text Example


Text Example

White with #C995D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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