Html Css Color HEX #C99BF4 Wisteria

📋 copy color: '#C99BF4'

red 201 ◦ green 155 ◦ blue 244

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

Shades of Wisteria #C99BF4

Tints of Wisteria #C99BF4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.83%

 BLUE value IS 244 (95.7% from 255) = 40.67%

R = 33.5%
G = 25.83%
B = 40.67%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C99BF4 (or 0xC99BF4) is known color: Wisteria. HEX triplet: C9, 9B and F4. RGB value is (201,155,244). Sum of RGB (Red+Green+Blue) = 201+155+244=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 244 (95.70% from 255 or 40.67% from 600); Max value from RGB is 244 - color contains mainly: blue. Hex color #C99BF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BF4 is #36640B. Grayscale: #B2B2B2. Windows color (decimal): -3564556 or 16030665. OLE color: 16030665.

HSL color Cylindrical-coordinate representation of color #C99BF4: hue angle of 271.01º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C99BF4 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 155 244 -
CMYK 0.18 0.36 0 0.04
HSL 271.01º 0.8% 0.78% -
HSV(B) 271.01º 0.36% 0.96% -
XYZ 52.14 42.39 91.02 -
YUV 178.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 201 155 244 0.18 0.36 0 0.04 271.01 0.8 0.78
Hex C9 9B F4 12 24 0 4 10F 50 4E
Octal 311 233 364 22 44 0 4 417 120 116
Binary 11001001 10011011 11110100 10010 100100 0 100 100001111 1010000 1001110

Color Harmonies of #C99BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BF4

Black with #C99BF4

Text Example


Text Example

White with #C99BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BF4; }

 p { color: rgb(201,155,244); }

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

background-color css

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

 a { background-color: rgb(201,155,244); }

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

border-color css

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

 span { border-color: rgb(201,155,244); }

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