Html Css Color HEX #C299DF Wisteria

📋 copy color: '#C299DF'

red 194 ◦ green 153 ◦ blue 223

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

Shades of Wisteria #C299DF

Tints of Wisteria #C299DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 34.04%
G = 26.84%
B = 39.12%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C299DF (or 0xC299DF) is known color: Wisteria. HEX triplet: C2, 99 and DF. RGB value is (194,153,223). Sum of RGB (Red+Green+Blue) = 194+153+223=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #C299DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299DF is #3D6620. Grayscale: #ADADAD. Windows color (decimal): -4023841 or 14653890. OLE color: 14653890.

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

Color convert

RGB 194 153 223 -
CMYK 0.13 0.31 0 0.13
HSL 275.14º 0.52% 0.74% -
HSV(B) 275.14º 0.31% 0.87% -
XYZ 46.96 39.58 74.98 -
YUV 173.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 194 153 223 0.13 0.31 0 0.13 275.14 0.52 0.74
Hex C2 99 DF D 1F 0 D 113 34 4A
Octal 302 231 337 15 37 0 15 423 64 112
Binary 11000010 10011001 11011111 1101 11111 0 1101 100010011 110100 1001010

Color Harmonies of #C299DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299DF

Black with #C299DF

Text Example


Text Example

White with #C299DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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