Html Css Color HEX #C090EC Wisteria

📋 copy color: '#C090EC'

red 192 ◦ green 144 ◦ blue 236

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

Shades of Wisteria #C090EC

Tints of Wisteria #C090EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 33.57%
G = 25.17%
B = 41.26%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C090EC (or 0xC090EC) is known color: Wisteria. HEX triplet: C0, 90 and EC. RGB value is (192,144,236). Sum of RGB (Red+Green+Blue) = 192+144+236=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #C090EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090EC is #3F6F13. Grayscale: #A8A8A8. Windows color (decimal): -4157204 or 15503552. OLE color: 15503552.

HSL color Cylindrical-coordinate representation of color #C090EC: hue angle of 271.3º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C090EC is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 144 236 -
CMYK 0.19 0.39 0 0.07
HSL 271.3º 0.71% 0.75% -
HSV(B) 271.3º 0.39% 0.93% -
XYZ 46.85 37.21 84.07 -
YUV 168.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 192 144 236 0.19 0.39 0 0.07 271.3 0.71 0.75
Hex C0 90 EC 13 27 0 7 10F 47 4B
Octal 300 220 354 23 47 0 7 417 107 113
Binary 11000000 10010000 11101100 10011 100111 0 111 100001111 1000111 1001011

Color Harmonies of #C090EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090EC

Black with #C090EC

Text Example


Text Example

White with #C090EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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