Html Css Color HEX #C299DC Wisteria

📋 copy color: '#C299DC'

red 194 ◦ green 153 ◦ blue 220

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

Shades of Wisteria #C299DC

Tints of Wisteria #C299DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 34.22%
G = 26.98%
B = 38.8%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C299DC (or 0xC299DC) is known color: Wisteria. HEX triplet: C2, 99 and DC. RGB value is (194,153,220). Sum of RGB (Red+Green+Blue) = 194+153+220=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #C299DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299DC is #3D6623. Grayscale: #ACACAC. Windows color (decimal): -4023844 or 14457282. OLE color: 14457282.

HSL color Cylindrical-coordinate representation of color #C299DC: hue angle of 276.72º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C299DC is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 153 220 -
CMYK 0.12 0.30 0 0.14
HSL 276.72º 0.49% 0.73% -
HSV(B) 276.72º 0.3% 0.86% -
XYZ 46.56 39.42 72.86 -
YUV 172.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 194 153 220 0.12 0.30 0 0.14 276.72 0.49 0.73
Hex C2 99 DC C 1E 0 E 115 31 49
Octal 302 231 334 14 36 0 16 425 61 111
Binary 11000010 10011001 11011100 1100 11110 0 1110 100010101 110001 1001001

Color Harmonies of #C299DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299DC

Black with #C299DC

Text Example


Text Example

White with #C299DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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