Html Css Color HEX #C295CF Wisteria

📋 copy color: '#C295CF'

red 194 ◦ green 149 ◦ blue 207

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

Shades of Wisteria #C295CF

Tints of Wisteria #C295CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.09%

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

R = 35.27%
G = 27.09%
B = 37.64%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C295CF (or 0xC295CF) is known color: Wisteria. HEX triplet: C2, 95 and CF. RGB value is (194,149,207). Sum of RGB (Red+Green+Blue) = 194+149+207=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #C295CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295CF is #3D6A30. Grayscale: #A8A8A8. Windows color (decimal): -4024881 or 13604290. OLE color: 13604290.

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

Color convert

RGB 194 149 207 -
CMYK 0.06 0.28 0 0.19
HSL 286.55º 0.38% 0.7% -
HSV(B) 286.55º 0.28% 0.81% -
XYZ 44.26 37.47 63.93 -
YUV 169.07 149.41 145.78 -
System Red Green Blue C M Y K H S L
Decimal 194 149 207 0.06 0.28 0 0.19 286.55 0.38 0.7
Hex C2 95 CF 6 1C 0 13 11F 26 46
Octal 302 225 317 6 34 0 23 437 46 106
Binary 11000010 10010101 11001111 110 11100 0 10011 100011111 100110 1000110

Color Harmonies of #C295CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295CF

Black with #C295CF

Text Example


Text Example

White with #C295CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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