Html Css Color HEX #C99CED Wisteria

📋 copy color: '#C99CED'

red 201 ◦ green 156 ◦ blue 237

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

Shades of Wisteria #C99CED

Tints of Wisteria #C99CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.9%

R = 33.84%
G = 26.26%
B = 39.9%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C99CED (or 0xC99CED) is known color: Wisteria. HEX triplet: C9, 9C and ED. RGB value is (201,156,237). Sum of RGB (Red+Green+Blue) = 201+156+237=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #C99CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99CED is #366312. Grayscale: #B2B2B2. Windows color (decimal): -3564307 or 15572169. OLE color: 15572169.

HSL color Cylindrical-coordinate representation of color #C99CED: hue angle of 273.33º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99CED is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 156 237 -
CMYK 0.15 0.34 0 0.07
HSL 273.33º 0.69% 0.77% -
HSV(B) 273.33º 0.34% 0.93% -
XYZ 51.26 42.31 85.59 -
YUV 178.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 201 156 237 0.15 0.34 0 0.07 273.33 0.69 0.77
Hex C9 9C ED F 22 0 7 111 45 4D
Octal 311 234 355 17 42 0 7 421 105 115
Binary 11001001 10011100 11101101 1111 100010 0 111 100010001 1000101 1001101

Color Harmonies of #C99CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99CED

Black with #C99CED

Text Example


Text Example

White with #C99CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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