Html Css Color HEX #C294D4 Wisteria

📋 copy color: '#C294D4'

red 194 ◦ green 148 ◦ blue 212

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

Shades of Wisteria #C294D4

Tints of Wisteria #C294D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.27%

R = 35.02%
G = 26.71%
B = 38.27%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C294D4 (or 0xC294D4) is known color: Wisteria. HEX triplet: C2, 94 and D4. RGB value is (194,148,212). Sum of RGB (Red+Green+Blue) = 194+148+212=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 212 - color contains mainly: blue. Hex color #C294D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294D4 is #3D6B2B. Grayscale: #A8A8A8. Windows color (decimal): -4025132 or 13931714. OLE color: 13931714.

HSL color Cylindrical-coordinate representation of color #C294D4: hue angle of 283.12º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C294D4 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 148 212 -
CMYK 0.08 0.30 0 0.17
HSL 283.13º 0.43% 0.71% -
HSV(B) 283.13º 0.3% 0.83% -
XYZ 44.72 37.4 67.15 -
YUV 169.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 194 148 212 0.08 0.30 0 0.17 283.13 0.43 0.71
Hex C2 94 D4 8 1E 0 11 11B 2B 47
Octal 302 224 324 10 36 0 21 433 53 107
Binary 11000010 10010100 11010100 1000 11110 0 10001 100011011 101011 1000111

Color Harmonies of #C294D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294D4

Black with #C294D4

Text Example


Text Example

White with #C294D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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