Html Css Color HEX #C99AF0 Wisteria

📋 copy color: '#C99AF0'

red 201 ◦ green 154 ◦ blue 240

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

Shades of Wisteria #C99AF0

Tints of Wisteria #C99AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.34%

R = 33.78%
G = 25.88%
B = 40.34%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C99AF0 (or 0xC99AF0) is known color: Wisteria. HEX triplet: C9, 9A and F0. RGB value is (201,154,240). Sum of RGB (Red+Green+Blue) = 201+154+240=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #C99AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AF0 is #36650F. Grayscale: #B1B1B1. Windows color (decimal): -3564816 or 15768265. OLE color: 15768265.

HSL color Cylindrical-coordinate representation of color #C99AF0: hue angle of 272.79º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C99AF0 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 154 240 -
CMYK 0.16 0.36 0 0.06
HSL 272.79º 0.74% 0.77% -
HSV(B) 272.79º 0.36% 0.94% -
XYZ 51.37 41.82 87.8 -
YUV 177.86 163.07 144.51 -
System Red Green Blue C M Y K H S L
Decimal 201 154 240 0.16 0.36 0 0.06 272.79 0.74 0.77
Hex C9 9A F0 10 24 0 6 111 4A 4D
Octal 311 232 360 20 44 0 6 421 112 115
Binary 11001001 10011010 11110000 10000 100100 0 110 100010001 1001010 1001101

Color Harmonies of #C99AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99AF0

Black with #C99AF0

Text Example


Text Example

White with #C99AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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