Html Css Color HEX #C794FC Wisteria

📋 copy color: '#C794FC'

red 199 ◦ green 148 ◦ blue 252

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

Shades of Wisteria #C794FC

Tints of Wisteria #C794FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.07%

R = 33.22%
G = 24.71%
B = 42.07%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C794FC (or 0xC794FC) is known color: Wisteria. HEX triplet: C7, 94 and FC. RGB value is (199,148,252). Sum of RGB (Red+Green+Blue) = 199+148+252=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #C794FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C794FC is #386B03. Grayscale: #AEAEAE. Windows color (decimal): -3697412 or 16553159. OLE color: 16553159.

HSL color Cylindrical-coordinate representation of color #C794FC: hue angle of 269.42º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C794FC is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 148 252 -
CMYK 0.21 0.41 0 0.01
HSL 269.42º 0.95% 0.78% -
HSV(B) 269.42º 0.41% 0.99% -
XYZ 51.71 40.35 97.16 -
YUV 175.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 199 148 252 0.21 0.41 0 0.01 269.42 0.95 0.78
Hex C7 94 FC 15 29 0 1 10D 5F 4E
Octal 307 224 374 25 51 0 1 415 137 116
Binary 11000111 10010100 11111100 10101 101001 0 1 100001101 1011111 1001110

Color Harmonies of #C794FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C794FC

Black with #C794FC

Text Example


Text Example

White with #C794FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C794FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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