Html Css Color HEX #C090F6 Wisteria

📋 copy color: '#C090F6'

red 192 ◦ green 144 ◦ blue 246

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

Shades of Wisteria #C090F6

Tints of Wisteria #C090F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.27%

R = 32.99%
G = 24.74%
B = 42.27%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C090F6 (or 0xC090F6) is known color: Wisteria. HEX triplet: C0, 90 and F6. RGB value is (192,144,246). Sum of RGB (Red+Green+Blue) = 192+144+246=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #C090F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090F6 is #3F6F09. Grayscale: #A9A9A9. Windows color (decimal): -4157194 or 16158912. OLE color: 16158912.

HSL color Cylindrical-coordinate representation of color #C090F6: hue angle of 268.24º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C090F6 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 144 246 -
CMYK 0.22 0.41 0 0.04
HSL 268.24º 0.85% 0.76% -
HSV(B) 268.24º 0.41% 0.96% -
XYZ 48.35 37.81 91.94 -
YUV 169.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 192 144 246 0.22 0.41 0 0.04 268.24 0.85 0.76
Hex C0 90 F6 16 29 0 4 10C 55 4C
Octal 300 220 366 26 51 0 4 414 125 114
Binary 11000000 10010000 11110110 10110 101001 0 100 100001100 1010101 1001100

Color Harmonies of #C090F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090F6

Black with #C090F6

Text Example


Text Example

White with #C090F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090F6; }

 p { color: rgb(192,144,246); }

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

background-color css

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

 a { background-color: rgb(192,144,246); }

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

border-color css

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

 span { border-color: rgb(192,144,246); }

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