Html Css Color HEX #C99DE4 Wisteria

📋 copy color: '#C99DE4'

red 201 ◦ green 157 ◦ blue 228

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

Shades of Wisteria #C99DE4

Tints of Wisteria #C99DE4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.79%

 BLUE value IS 228 (89.45% from 255) = 38.91%

R = 34.3%
G = 26.79%
B = 38.91%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C99DE4 (or 0xC99DE4) is known color: Wisteria. HEX triplet: C9, 9D and E4. RGB value is (201,157,228). Sum of RGB (Red+Green+Blue) = 201+157+228=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 228 - color contains mainly: blue. Hex color #C99DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DE4 is #36621B. Grayscale: #B2B2B2. Windows color (decimal): -3564060 or 14982601. OLE color: 14982601.

HSL color Cylindrical-coordinate representation of color #C99DE4: hue angle of 277.18º degrees, saturation: 0.57, 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 #C99DE4 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 157 228 -
CMYK 0.12 0.31 0 0.11
HSL 277.18º 0.57% 0.75% -
HSV(B) 277.18º 0.31% 0.89% -
XYZ 50.15 42.13 78.89 -
YUV 178.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 201 157 228 0.12 0.31 0 0.11 277.18 0.57 0.75
Hex C9 9D E4 C 1F 0 B 115 39 4B
Octal 311 235 344 14 37 0 13 425 71 113
Binary 11001001 10011101 11100100 1100 11111 0 1011 100010101 111001 1001011

Color Harmonies of #C99DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DE4

Black with #C99DE4

Text Example


Text Example

White with #C99DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DE4; }

 p { color: rgb(201,157,228); }

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

background-color css

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

 a { background-color: rgb(201,157,228); }

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

border-color css

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

 span { border-color: rgb(201,157,228); }

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