Html Css Color HEX #C792FB Wisteria

📋 copy color: '#C792FB'

red 199 ◦ green 146 ◦ blue 251

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

Shades of Wisteria #C792FB

Tints of Wisteria #C792FB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.5%

 BLUE value IS 251 (98.44% from 255) = 42.11%

R = 33.39%
G = 24.5%
B = 42.11%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C792FB (or 0xC792FB) is known color: Wisteria. HEX triplet: C7, 92 and FB. RGB value is (199,146,251). Sum of RGB (Red+Green+Blue) = 199+146+251=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #C792FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C792FB is #386D04. Grayscale: #ADADAD. Windows color (decimal): -3697925 or 16487111. OLE color: 16487111.

HSL color Cylindrical-coordinate representation of color #C792FB: hue angle of 270.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C792FB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 146 251 -
CMYK 0.21 0.42 0 0.02
HSL 270.29º 0.93% 0.78% -
HSV(B) 270.29º 0.42% 0.98% -
XYZ 51.24 39.66 96.22 -
YUV 173.82 171.56 145.96 -
System Red Green Blue C M Y K H S L
Decimal 199 146 251 0.21 0.42 0 0.02 270.29 0.93 0.78
Hex C7 92 FB 15 2A 0 2 10E 5D 4E
Octal 307 222 373 25 52 0 2 416 135 116
Binary 11000111 10010010 11111011 10101 101010 0 10 100001110 1011101 1001110

Color Harmonies of #C792FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C792FB

Black with #C792FB

Text Example


Text Example

White with #C792FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C792FB; }

 p { color: rgb(199,146,251); }

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

background-color css

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

 a { background-color: rgb(199,146,251); }

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

border-color css

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

 span { border-color: rgb(199,146,251); }

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