Html Css Color HEX #C079E1 Wisteria

📋 copy color: '#C079E1'

red 192 ◦ green 121 ◦ blue 225

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

Shades of Wisteria #C079E1

Tints of Wisteria #C079E1

RGB

 RED value IS 192 (75.39% from 255) = 35.69%

 GREEN value IS 121 (47.66% from 255) = 22.49%

 BLUE value IS 225 (88.28% from 255) = 41.82%

R = 35.69%
G = 22.49%
B = 41.82%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C079E1 (or 0xC079E1) is known color: Wisteria. HEX triplet: C0, 79 and E1. RGB value is (192,121,225). Sum of RGB (Red+Green+Blue) = 192+121+225=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #C079E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079E1 is #3F861E. Grayscale: #999999. Windows color (decimal): -4163103 or 14776768. OLE color: 14776768.

HSL color Cylindrical-coordinate representation of color #C079E1: hue angle of 280.96º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C079E1 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 121 225 -
CMYK 0.15 0.46 0 0.12
HSL 280.96º 0.63% 0.68% -
HSV(B) 280.96º 0.46% 0.88% -
XYZ 42.17 30.32 74.86 -
YUV 154.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 192 121 225 0.15 0.46 0 0.12 280.96 0.63 0.68
Hex C0 79 E1 F 2E 0 C 119 3F 44
Octal 300 171 341 17 56 0 14 431 77 104
Binary 11000000 1111001 11100001 1111 101110 0 1100 100011001 111111 1000100

Color Harmonies of #C079E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079E1

Black with #C079E1

Text Example


Text Example

White with #C079E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079E1; }

 p { color: rgb(192,121,225); }

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

background-color css

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

 a { background-color: rgb(192,121,225); }

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

border-color css

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

 span { border-color: rgb(192,121,225); }

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