Html Css Color HEX #C299CF Wisteria

📋 copy color: '#C299CF'

red 194 ◦ green 153 ◦ blue 207

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

Shades of Wisteria #C299CF

Tints of Wisteria #C299CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.36%

R = 35.02%
G = 27.62%
B = 37.36%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C299CF (or 0xC299CF) is known color: Wisteria. HEX triplet: C2, 99 and CF. RGB value is (194,153,207). Sum of RGB (Red+Green+Blue) = 194+153+207=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #C299CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299CF is #3D6630. Grayscale: #ABABAB. Windows color (decimal): -4023857 or 13605314. OLE color: 13605314.

HSL color Cylindrical-coordinate representation of color #C299CF: hue angle of 285.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C299CF is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 153 207 -
CMYK 0.06 0.26 0 0.19
HSL 285.56º 0.36% 0.71% -
HSV(B) 285.56º 0.26% 0.81% -
XYZ 44.9 38.76 64.15 -
YUV 171.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 194 153 207 0.06 0.26 0 0.19 285.56 0.36 0.71
Hex C2 99 CF 6 1A 0 13 11E 24 47
Octal 302 231 317 6 32 0 23 436 44 107
Binary 11000010 10011001 11001111 110 11010 0 10011 100011110 100100 1000111

Color Harmonies of #C299CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299CF

Black with #C299CF

Text Example


Text Example

White with #C299CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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