Html Css Color HEX #C99CE2 Wisteria

📋 copy color: '#C99CE2'

red 201 ◦ green 156 ◦ blue 226

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

Shades of Wisteria #C99CE2

Tints of Wisteria #C99CE2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.76%

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

R = 34.48%
G = 26.76%
B = 38.77%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C99CE2 (or 0xC99CE2) is known color: Wisteria. HEX triplet: C9, 9C and E2. RGB value is (201,156,226). Sum of RGB (Red+Green+Blue) = 201+156+226=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 226 - color contains mainly: blue. Hex color #C99CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CE2 is #36631D. Grayscale: #B1B1B1. Windows color (decimal): -3564318 or 14851273. OLE color: 14851273.

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

Color convert

RGB 201 156 226 -
CMYK 0.11 0.31 0 0.11
HSL 278.57º 0.55% 0.75% -
HSV(B) 278.57º 0.31% 0.89% -
XYZ 49.7 41.69 77.38 -
YUV 177.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 201 156 226 0.11 0.31 0 0.11 278.57 0.55 0.75
Hex C9 9C E2 B 1F 0 B 117 37 4B
Octal 311 234 342 13 37 0 13 427 67 113
Binary 11001001 10011100 11100010 1011 11111 0 1011 100010111 110111 1001011

Color Harmonies of #C99CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99CE2

Black with #C99CE2

Text Example


Text Example

White with #C99CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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