Html Css Color HEX #C99AF9 Wisteria

📋 copy color: '#C99AF9'

red 201 ◦ green 154 ◦ blue 249

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

Shades of Wisteria #C99AF9

Tints of Wisteria #C99AF9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.5%

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 33.28%
G = 25.5%
B = 41.23%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C99AF9 (or 0xC99AF9) is known color: Wisteria. HEX triplet: C9, 9A and F9. RGB value is (201,154,249). Sum of RGB (Red+Green+Blue) = 201+154+249=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #C99AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AF9 is #366506. Grayscale: #B2B2B2. Windows color (decimal): -3564807 or 16358089. OLE color: 16358089.

HSL color Cylindrical-coordinate representation of color #C99AF9: hue angle of 269.68º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C99AF9 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 154 249 -
CMYK 0.19 0.38 0 0.02
HSL 269.68º 0.89% 0.79% -
HSV(B) 269.68º 0.38% 0.98% -
XYZ 52.74 42.37 95.02 -
YUV 178.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 201 154 249 0.19 0.38 0 0.02 269.68 0.89 0.79
Hex C9 9A F9 13 26 0 2 10E 59 4F
Octal 311 232 371 23 46 0 2 416 131 117
Binary 11001001 10011010 11111001 10011 100110 0 10 100001110 1011001 1001111

Color Harmonies of #C99AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99AF9

Black with #C99AF9

Text Example


Text Example

White with #C99AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99AF9; }

 p { color: rgb(201,154,249); }

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

background-color css

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

 a { background-color: rgb(201,154,249); }

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

border-color css

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

 span { border-color: rgb(201,154,249); }

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