Html Css Color HEX #C299DD Wisteria

📋 copy color: '#C299DD'

red 194 ◦ green 153 ◦ blue 221

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

Shades of Wisteria #C299DD

Tints of Wisteria #C299DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 34.15%
G = 26.94%
B = 38.91%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C299DD (or 0xC299DD) is known color: Wisteria. HEX triplet: C2, 99 and DD. RGB value is (194,153,221). Sum of RGB (Red+Green+Blue) = 194+153+221=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C299DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299DD is #3D6622. Grayscale: #ACACAC. Windows color (decimal): -4023843 or 14522818. OLE color: 14522818.

HSL color Cylindrical-coordinate representation of color #C299DD: hue angle of 276.18º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C299DD is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 153 221 -
CMYK 0.12 0.31 0 0.13
HSL 276.18º 0.5% 0.73% -
HSV(B) 276.18º 0.31% 0.87% -
XYZ 46.69 39.47 73.56 -
YUV 173.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 194 153 221 0.12 0.31 0 0.13 276.18 0.5 0.73
Hex C2 99 DD C 1F 0 D 114 32 49
Octal 302 231 335 14 37 0 15 424 62 111
Binary 11000010 10011001 11011101 1100 11111 0 1101 100010100 110010 1001001

Color Harmonies of #C299DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299DD

Black with #C299DD

Text Example


Text Example

White with #C299DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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