Html Css Color HEX #C294CE Wisteria

📋 copy color: '#C294CE'

red 194 ◦ green 148 ◦ blue 206

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

Shades of Wisteria #C294CE

Tints of Wisteria #C294CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.59%

R = 35.4%
G = 27.01%
B = 37.59%

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

#C294CE (or 0xC294CE) is known color: Wisteria. HEX triplet: C2, 94 and CE. RGB value is (194,148,206). Sum of RGB (Red+Green+Blue) = 194+148+206=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #C294CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294CE is #3D6B31. Grayscale: #A8A8A8. Windows color (decimal): -4025138 or 13538498. OLE color: 13538498.

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

Color convert

RGB 194 148 206 -
CMYK 0.06 0.28 0 0.19
HSL 287.59º 0.37% 0.69% -
HSV(B) 287.59º 0.28% 0.81% -
XYZ 43.98 37.11 63.24 -
YUV 168.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 194 148 206 0.06 0.28 0 0.19 287.59 0.37 0.69
Hex C2 94 CE 6 1C 0 13 120 25 45
Octal 302 224 316 6 34 0 23 440 45 105
Binary 11000010 10010100 11001110 110 11100 0 10011 100100000 100101 1000101

Color Harmonies of #C294CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294CE

Black with #C294CE

Text Example


Text Example

White with #C294CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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