Html Css Color HEX #C299D1 Wisteria

📋 copy color: '#C299D1'

red 194 ◦ green 153 ◦ blue 209

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

Shades of Wisteria #C299D1

Tints of Wisteria #C299D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.59%

R = 34.89%
G = 27.52%
B = 37.59%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C299D1 (or 0xC299D1) is known color: Wisteria. HEX triplet: C2, 99 and D1. RGB value is (194,153,209). Sum of RGB (Red+Green+Blue) = 194+153+209=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #C299D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299D1 is #3D662E. Grayscale: #ABABAB. Windows color (decimal): -4023855 or 13736386. OLE color: 13736386.

HSL color Cylindrical-coordinate representation of color #C299D1: hue angle of 283.93º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C299D1 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 153 209 -
CMYK 0.07 0.27 0 0.18
HSL 283.93º 0.38% 0.71% -
HSV(B) 283.93º 0.27% 0.82% -
XYZ 45.15 38.86 65.44 -
YUV 171.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 194 153 209 0.07 0.27 0 0.18 283.93 0.38 0.71
Hex C2 99 D1 7 1B 0 12 11C 26 47
Octal 302 231 321 7 33 0 22 434 46 107
Binary 11000010 10011001 11010001 111 11011 0 10010 100011100 100110 1000111

Color Harmonies of #C299D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299D1

Black with #C299D1

Text Example


Text Example

White with #C299D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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