Html Css Color HEX #C094DD Wisteria

📋 copy color: '#C094DD'

red 192 ◦ green 148 ◦ blue 221

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

Shades of Wisteria #C094DD

Tints of Wisteria #C094DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.38%

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 34.22%
G = 26.38%
B = 39.39%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C094DD (or 0xC094DD) is known color: Wisteria. HEX triplet: C0, 94 and DD. RGB value is (192,148,221). Sum of RGB (Red+Green+Blue) = 192+148+221=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #C094DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094DD is #3F6B22. Grayscale: #A9A9A9. Windows color (decimal): -4156195 or 14521536. OLE color: 14521536.

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

Color convert

RGB 192 148 221 -
CMYK 0.13 0.33 0 0.13
HSL 276.16º 0.52% 0.72% -
HSV(B) 276.16º 0.33% 0.87% -
XYZ 45.38 37.61 73.27 -
YUV 169.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 192 148 221 0.13 0.33 0 0.13 276.16 0.52 0.72
Hex C0 94 DD D 21 0 D 114 34 48
Octal 300 224 335 15 41 0 15 424 64 110
Binary 11000000 10010100 11011101 1101 100001 0 1101 100010100 110100 1001000

Color Harmonies of #C094DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094DD

Black with #C094DD

Text Example


Text Example

White with #C094DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094DD; }

 p { color: rgb(192,148,221); }

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

background-color css

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

 a { background-color: rgb(192,148,221); }

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

border-color css

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

 span { border-color: rgb(192,148,221); }

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