#C299CD

Color #C299CD Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C299CD

Tints of Wisteria #C299CD

Color information

#C299CD (or 0xC299CD) is unknown color: approx Wisteria. HEX triplet: C2, 99 and CD. RGB value is (194,153,205). Sum of RGB (Red+Green+Blue) = 194+153+205=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #C299CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299CD is #3D6632. Grayscale: #ABABAB. Windows color (decimal): -4023859 or 13474242. OLE color: 13474242.

HSL color Cylindrical-coordinate representation of color #C299CD: hue angle of 287.31º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C299CD is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194153205-
CMYK0.050.2500.20
HSL287.31º34.21%70.2%-
HSV(B)287.31º25.37%80.39%-
XYZ44.6638.6662.87-
YUV171.19147.08144.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.14%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=35.14%
G=27.72%
B=37.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941532050.050.2500.20287.3134.2170.2
HexC299CD51901411f2246
Octal30223131553102443742106
Binary110000101001100111001101101110010101001000111111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299CD; }

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

 H1.HeaderClassName
 {
   color: #C299CD;
 }
 .AnyTagClassName
 {
   color: #C299CD;
 }
</style>
background-color css

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

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

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

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

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

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