Html Css Color HEX #C090E0 Wisteria

📋 copy color: '#C090E0'

red 192 ◦ green 144 ◦ blue 224

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

Shades of Wisteria #C090E0

Tints of Wisteria #C090E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40%

R = 34.29%
G = 25.71%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C090E0 (or 0xC090E0) is known color: Wisteria. HEX triplet: C0, 90 and E0. RGB value is (192,144,224). Sum of RGB (Red+Green+Blue) = 192+144+224=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #C090E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090E0 is #3F6F1F. Grayscale: #A7A7A7. Windows color (decimal): -4157216 or 14717120. OLE color: 14717120.

HSL color Cylindrical-coordinate representation of color #C090E0: hue angle of 276º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C090E0 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 144 224 -
CMYK 0.14 0.36 0 0.12
HSL 276º 0.56% 0.72% -
HSV(B) 276º 0.36% 0.88% -
XYZ 45.17 36.53 75.19 -
YUV 167.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 192 144 224 0.14 0.36 0 0.12 276 0.56 0.72
Hex C0 90 E0 E 24 0 C 114 38 48
Octal 300 220 340 16 44 0 14 424 70 110
Binary 11000000 10010000 11100000 1110 100100 0 1100 100010100 111000 1001000

Color Harmonies of #C090E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090E0

Black with #C090E0

Text Example


Text Example

White with #C090E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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