Html Css Color HEX #C299D0 Wisteria

📋 copy color: '#C299D0'

red 194 ◦ green 153 ◦ blue 208

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

Shades of Wisteria #C299D0

Tints of Wisteria #C299D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.48%

R = 34.95%
G = 27.57%
B = 37.48%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C299D0 (or 0xC299D0) is known color: Wisteria. HEX triplet: C2, 99 and D0. RGB value is (194,153,208). Sum of RGB (Red+Green+Blue) = 194+153+208=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #C299D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299D0 is #3D662F. Grayscale: #ABABAB. Windows color (decimal): -4023856 or 13670850. OLE color: 13670850.

HSL color Cylindrical-coordinate representation of color #C299D0: hue angle of 284.73º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C299D0 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 153 208 -
CMYK 0.07 0.26 0 0.18
HSL 284.73º 0.37% 0.71% -
HSV(B) 284.73º 0.26% 0.82% -
XYZ 45.02 38.81 64.79 -
YUV 171.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 194 153 208 0.07 0.26 0 0.18 284.73 0.37 0.71
Hex C2 99 D0 7 1A 0 12 11D 25 47
Octal 302 231 320 7 32 0 22 435 45 107
Binary 11000010 10011001 11010000 111 11010 0 10010 100011101 100101 1000111

Color Harmonies of #C299D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299D0

Black with #C299D0

Text Example


Text Example

White with #C299D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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