Html Css Color HEX #C299D9 Wisteria

📋 copy color: '#C299D9'

red 194 ◦ green 153 ◦ blue 217

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

Shades of Wisteria #C299D9

Tints of Wisteria #C299D9

RGB

 RED value IS 194 (76.17% from 255) = 34.4%

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

 BLUE value IS 217 (85.16% from 255) = 38.48%

R = 34.4%
G = 27.13%
B = 38.48%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C299D9 (or 0xC299D9) is known color: Wisteria. HEX triplet: C2, 99 and D9. RGB value is (194,153,217). Sum of RGB (Red+Green+Blue) = 194+153+217=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #C299D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299D9 is #3D6626. Grayscale: #ACACAC. Windows color (decimal): -4023847 or 14260674. OLE color: 14260674.

HSL color Cylindrical-coordinate representation of color #C299D9: hue angle of 278.44º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C299D9 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 153 217 -
CMYK 0.11 0.29 0 0.15
HSL 278.44º 0.46% 0.73% -
HSV(B) 278.44º 0.29% 0.85% -
XYZ 46.16 39.26 70.79 -
YUV 172.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 194 153 217 0.11 0.29 0 0.15 278.44 0.46 0.73
Hex C2 99 D9 B 1D 0 F 116 2E 49
Octal 302 231 331 13 35 0 17 426 56 111
Binary 11000010 10011001 11011001 1011 11101 0 1111 100010110 101110 1001001

Color Harmonies of #C299D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299D9

Black with #C299D9

Text Example


Text Example

White with #C299D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299D9; }

 p { color: rgb(194,153,217); }

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

background-color css

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

 a { background-color: rgb(194,153,217); }

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

border-color css

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

 span { border-color: rgb(194,153,217); }

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