Html Css Color HEX #C794EA Wisteria

📋 copy color: '#C794EA'

red 199 ◦ green 148 ◦ blue 234

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

Shades of Wisteria #C794EA

Tints of Wisteria #C794EA

RGB

 RED value IS 199 (78.13% from 255) = 34.25%

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

 BLUE value IS 234 (91.8% from 255) = 40.28%

R = 34.25%
G = 25.47%
B = 40.28%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C794EA (or 0xC794EA) is known color: Wisteria. HEX triplet: C7, 94 and EA. RGB value is (199,148,234). Sum of RGB (Red+Green+Blue) = 199+148+234=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #C794EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C794EA is #386B15. Grayscale: #ACACAC. Windows color (decimal): -3697430 or 15373511. OLE color: 15373511.

HSL color Cylindrical-coordinate representation of color #C794EA: hue angle of 275.58º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C794EA is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 148 234 -
CMYK 0.15 0.37 0 0.08
HSL 275.58º 0.67% 0.75% -
HSV(B) 275.58º 0.37% 0.92% -
XYZ 48.99 39.26 82.84 -
YUV 173.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 199 148 234 0.15 0.37 0 0.08 275.58 0.67 0.75
Hex C7 94 EA F 25 0 8 114 43 4B
Octal 307 224 352 17 45 0 10 424 103 113
Binary 11000111 10010100 11101010 1111 100101 0 1000 100010100 1000011 1001011

Color Harmonies of #C794EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C794EA

Black with #C794EA

Text Example


Text Example

White with #C794EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C794EA; }

 p { color: rgb(199,148,234); }

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

background-color css

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

 a { background-color: rgb(199,148,234); }

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

border-color css

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

 span { border-color: rgb(199,148,234); }

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