Html Css Color HEX #C299CD Wisteria

📋 copy color: '#C299CD'

red 194 ◦ green 153 ◦ blue 205

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

Shades of Wisteria #C299CD

Tints of Wisteria #C299CD

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 value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C299CD (or 0xC299CD) is known color: 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

RGB 194 153 205 -
CMYK 0.05 0.25 0 0.20
HSL 287.31º 0.34% 0.7% -
HSV(B) 287.31º 0.25% 0.8% -
XYZ 44.66 38.66 62.87 -
YUV 171.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 194 153 205 0.05 0.25 0 0.20 287.31 0.34 0.7
Hex C2 99 CD 5 19 0 14 11F 22 46
Octal 302 231 315 5 31 0 24 437 42 106
Binary 11000010 10011001 11001101 101 11001 0 10100 100011111 100010 1000110

Color Harmonies of #C299CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299CD

Black with #C299CD

Text Example


Text Example

White with #C299CD

Text Example


Text Example

HTML Codes & Css Web 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>