Html Css Color HEX #C997ED Wisteria

📋 copy color: '#C997ED'

red 201 ◦ green 151 ◦ blue 237

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

Shades of Wisteria #C997ED

Tints of Wisteria #C997ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 34.13%
G = 25.64%
B = 40.24%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C997ED (or 0xC997ED) is known color: Wisteria. HEX triplet: C9, 97 and ED. RGB value is (201,151,237). Sum of RGB (Red+Green+Blue) = 201+151+237=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #C997ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997ED is #366812. Grayscale: #AFAFAF. Windows color (decimal): -3565587 or 15570889. OLE color: 15570889.

HSL color Cylindrical-coordinate representation of color #C997ED: hue angle of 274.88º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C997ED is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 151 237 -
CMYK 0.15 0.36 0 0.07
HSL 274.88º 0.7% 0.76% -
HSV(B) 274.88º 0.36% 0.93% -
XYZ 50.44 40.67 85.31 -
YUV 175.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 201 151 237 0.15 0.36 0 0.07 274.88 0.7 0.76
Hex C9 97 ED F 24 0 7 113 46 4C
Octal 311 227 355 17 44 0 7 423 106 114
Binary 11001001 10010111 11101101 1111 100100 0 111 100010011 1000110 1001100

Color Harmonies of #C997ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997ED

Black with #C997ED

Text Example


Text Example

White with #C997ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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