Html Css Color HEX #C999E2 Wisteria

📋 copy color: '#C999E2'

red 201 ◦ green 153 ◦ blue 226

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

Shades of Wisteria #C999E2

Tints of Wisteria #C999E2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.38%

 BLUE value IS 226 (88.67% from 255) = 38.97%

R = 34.66%
G = 26.38%
B = 38.97%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C999E2 (or 0xC999E2) is known color: Wisteria. HEX triplet: C9, 99 and E2. RGB value is (201,153,226). Sum of RGB (Red+Green+Blue) = 201+153+226=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 226 - color contains mainly: blue. Hex color #C999E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999E2 is #36661D. Grayscale: #AFAFAF. Windows color (decimal): -3565086 or 14850505. OLE color: 14850505.

HSL color Cylindrical-coordinate representation of color #C999E2: hue angle of 279.45º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C999E2 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 153 226 -
CMYK 0.11 0.32 0 0.11
HSL 279.45º 0.56% 0.74% -
HSV(B) 279.45º 0.32% 0.89% -
XYZ 49.21 40.69 77.21 -
YUV 175.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 201 153 226 0.11 0.32 0 0.11 279.45 0.56 0.74
Hex C9 99 E2 B 20 0 B 117 38 4A
Octal 311 231 342 13 40 0 13 427 70 112
Binary 11001001 10011001 11100010 1011 100000 0 1011 100010111 111000 1001010

Color Harmonies of #C999E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C999E2

Black with #C999E2

Text Example


Text Example

White with #C999E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C999E2; }

 p { color: rgb(201,153,226); }

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

background-color css

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

 a { background-color: rgb(201,153,226); }

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

border-color css

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

 span { border-color: rgb(201,153,226); }

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