Html Css Color HEX #C997FA Wisteria

📋 copy color: '#C997FA'

red 201 ◦ green 151 ◦ blue 250

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

Shades of Wisteria #C997FA

Tints of Wisteria #C997FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 33.39%
G = 25.08%
B = 41.53%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C997FA (or 0xC997FA) is known color: Wisteria. HEX triplet: C9, 97 and FA. RGB value is (201,151,250). Sum of RGB (Red+Green+Blue) = 201+151+250=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #C997FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997FA is #366805. Grayscale: #B0B0B0. Windows color (decimal): -3565574 or 16422857. OLE color: 16422857.

HSL color Cylindrical-coordinate representation of color #C997FA: hue angle of 270.3º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C997FA is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 151 250 -
CMYK 0.20 0.40 0 0.02
HSL 270.3º 0.91% 0.79% -
HSV(B) 270.3º 0.4% 0.98% -
XYZ 52.41 41.45 95.68 -
YUV 177.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 201 151 250 0.20 0.40 0 0.02 270.3 0.91 0.79
Hex C9 97 FA 14 28 0 2 10E 5B 4F
Octal 311 227 372 24 50 0 2 416 133 117
Binary 11001001 10010111 11111010 10100 101000 0 10 100001110 1011011 1001111

Color Harmonies of #C997FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997FA

Black with #C997FA

Text Example


Text Example

White with #C997FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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