Html Css Color HEX #C295DB Wisteria

📋 copy color: '#C295DB'

red 194 ◦ green 149 ◦ blue 219

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

Shades of Wisteria #C295DB

Tints of Wisteria #C295DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.97%

R = 34.52%
G = 26.51%
B = 38.97%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C295DB (or 0xC295DB) is known color: Wisteria. HEX triplet: C2, 95 and DB. RGB value is (194,149,219). Sum of RGB (Red+Green+Blue) = 194+149+219=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #C295DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295DB is #3D6A24. Grayscale: #AAAAAA. Windows color (decimal): -4024869 or 14390722. OLE color: 14390722.

HSL color Cylindrical-coordinate representation of color #C295DB: hue angle of 278.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C295DB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 149 219 -
CMYK 0.11 0.32 0 0.14
HSL 278.57º 0.49% 0.72% -
HSV(B) 278.57º 0.32% 0.86% -
XYZ 45.78 38.08 71.95 -
YUV 170.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 194 149 219 0.11 0.32 0 0.14 278.57 0.49 0.72
Hex C2 95 DB B 20 0 E 117 31 48
Octal 302 225 333 13 40 0 16 427 61 110
Binary 11000010 10010101 11011011 1011 100000 0 1110 100010111 110001 1001000

Color Harmonies of #C295DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295DB

Black with #C295DB

Text Example


Text Example

White with #C295DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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