Html Css Color HEX #C295D0 Wisteria

📋 copy color: '#C295D0'

red 194 ◦ green 149 ◦ blue 208

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

Shades of Wisteria #C295D0

Tints of Wisteria #C295D0

RGB

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

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

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

R = 35.21%
G = 27.04%
B = 37.75%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C295D0 (or 0xC295D0) is known color: Wisteria. HEX triplet: C2, 95 and D0. RGB value is (194,149,208). Sum of RGB (Red+Green+Blue) = 194+149+208=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #C295D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295D0 is #3D6A2F. Grayscale: #A8A8A8. Windows color (decimal): -4024880 or 13669826. OLE color: 13669826.

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

Color convert

RGB 194 149 208 -
CMYK 0.07 0.28 0 0.18
HSL 285.76º 0.39% 0.7% -
HSV(B) 285.76º 0.28% 0.82% -
XYZ 44.38 37.52 64.58 -
YUV 169.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 194 149 208 0.07 0.28 0 0.18 285.76 0.39 0.7
Hex C2 95 D0 7 1C 0 12 11E 27 46
Octal 302 225 320 7 34 0 22 436 47 106
Binary 11000010 10010101 11010000 111 11100 0 10010 100011110 100111 1000110

Color Harmonies of #C295D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295D0

Black with #C295D0

Text Example


Text Example

White with #C295D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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