Html Css Color HEX #C090EB Wisteria

📋 copy color: '#C090EB'

red 192 ◦ green 144 ◦ blue 235

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

Shades of Wisteria #C090EB

Tints of Wisteria #C090EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.16%

R = 33.63%
G = 25.22%
B = 41.16%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C090EB (or 0xC090EB) is known color: Wisteria. HEX triplet: C0, 90 and EB. RGB value is (192,144,235). Sum of RGB (Red+Green+Blue) = 192+144+235=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #C090EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090EB is #3F6F14. Grayscale: #A8A8A8. Windows color (decimal): -4157205 or 15438016. OLE color: 15438016.

HSL color Cylindrical-coordinate representation of color #C090EB: hue angle of 271.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C090EB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 144 235 -
CMYK 0.18 0.39 0 0.08
HSL 271.65º 0.69% 0.74% -
HSV(B) 271.65º 0.39% 0.92% -
XYZ 46.71 37.15 83.31 -
YUV 168.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 192 144 235 0.18 0.39 0 0.08 271.65 0.69 0.74
Hex C0 90 EB 12 27 0 8 110 45 4A
Octal 300 220 353 22 47 0 10 420 105 112
Binary 11000000 10010000 11101011 10010 100111 0 1000 100010000 1000101 1001010

Color Harmonies of #C090EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090EB

Black with #C090EB

Text Example


Text Example

White with #C090EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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