Html Css Color HEX #C790FB Wisteria

📋 copy color: '#C790FB'

red 199 ◦ green 144 ◦ blue 251

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

Shades of Wisteria #C790FB

Tints of Wisteria #C790FB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.24%

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

R = 33.5%
G = 24.24%
B = 42.26%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C790FB (or 0xC790FB) is known color: Wisteria. HEX triplet: C7, 90 and FB. RGB value is (199,144,251). Sum of RGB (Red+Green+Blue) = 199+144+251=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #C790FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C790FB is #386F04. Grayscale: #ACACAC. Windows color (decimal): -3698437 or 16486599. OLE color: 16486599.

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

Color convert

RGB 199 144 251 -
CMYK 0.21 0.43 0 0.02
HSL 270.84º 0.93% 0.77% -
HSV(B) 270.84º 0.43% 0.98% -
XYZ 50.94 39.05 96.12 -
YUV 172.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 199 144 251 0.21 0.43 0 0.02 270.84 0.93 0.77
Hex C7 90 FB 15 2B 0 2 10F 5D 4D
Octal 307 220 373 25 53 0 2 417 135 115
Binary 11000111 10010000 11111011 10101 101011 0 10 100001111 1011101 1001101

Color Harmonies of #C790FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C790FB

Black with #C790FB

Text Example


Text Example

White with #C790FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C790FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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