Html Css Color HEX #C294DA Wisteria

📋 copy color: '#C294DA'

red 194 ◦ green 148 ◦ blue 218

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

Shades of Wisteria #C294DA

Tints of Wisteria #C294DA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.43%

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 34.64%
G = 26.43%
B = 38.93%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C294DA (or 0xC294DA) is known color: Wisteria. HEX triplet: C2, 94 and DA. RGB value is (194,148,218). Sum of RGB (Red+Green+Blue) = 194+148+218=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #C294DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294DA is #3D6B25. Grayscale: #A9A9A9. Windows color (decimal): -4025126 or 14324930. OLE color: 14324930.

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

Color convert

RGB 194 148 218 -
CMYK 0.11 0.32 0 0.15
HSL 279.43º 0.49% 0.72% -
HSV(B) 279.43º 0.32% 0.85% -
XYZ 45.49 37.71 71.21 -
YUV 169.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 194 148 218 0.11 0.32 0 0.15 279.43 0.49 0.72
Hex C2 94 DA B 20 0 F 117 31 48
Octal 302 224 332 13 40 0 17 427 61 110
Binary 11000010 10010100 11011010 1011 100000 0 1111 100010111 110001 1001000

Color Harmonies of #C294DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294DA

Black with #C294DA

Text Example


Text Example

White with #C294DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294DA; }

 p { color: rgb(194,148,218); }

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

background-color css

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

 a { background-color: rgb(194,148,218); }

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

border-color css

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

 span { border-color: rgb(194,148,218); }

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