Html Css Color HEX #C090DF Wisteria

📋 copy color: '#C090DF'

red 192 ◦ green 144 ◦ blue 223

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

Shades of Wisteria #C090DF

Tints of Wisteria #C090DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 34.35%
G = 25.76%
B = 39.89%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C090DF (or 0xC090DF) is known color: Wisteria. HEX triplet: C0, 90 and DF. RGB value is (192,144,223). Sum of RGB (Red+Green+Blue) = 192+144+223=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #C090DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090DF is #3F6F20. Grayscale: #A7A7A7. Windows color (decimal): -4157217 or 14651584. OLE color: 14651584.

HSL color Cylindrical-coordinate representation of color #C090DF: hue angle of 276.46º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C090DF is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 144 223 -
CMYK 0.14 0.35 0 0.13
HSL 276.46º 0.55% 0.72% -
HSV(B) 276.46º 0.35% 0.87% -
XYZ 45.03 36.48 74.48 -
YUV 167.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 192 144 223 0.14 0.35 0 0.13 276.46 0.55 0.72
Hex C0 90 DF E 23 0 D 114 37 48
Octal 300 220 337 16 43 0 15 424 67 110
Binary 11000000 10010000 11011111 1110 100011 0 1101 100010100 110111 1001000

Color Harmonies of #C090DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090DF

Black with #C090DF

Text Example


Text Example

White with #C090DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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