Html Css Color HEX #C094CC Wisteria

📋 copy color: '#C094CC'

red 192 ◦ green 148 ◦ blue 204

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

Shades of Wisteria #C094CC

Tints of Wisteria #C094CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 35.29%
G = 27.21%
B = 37.5%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C094CC (or 0xC094CC) is known color: Wisteria. HEX triplet: C0, 94 and CC. RGB value is (192,148,204). Sum of RGB (Red+Green+Blue) = 192+148+204=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #C094CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094CC is #3F6B33. Grayscale: #A7A7A7. Windows color (decimal): -4156212 or 13407424. OLE color: 13407424.

HSL color Cylindrical-coordinate representation of color #C094CC: hue angle of 287.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C094CC is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 148 204 -
CMYK 0.06 0.27 0 0.2
HSL 287.14º 0.35% 0.69% -
HSV(B) 287.14º 0.27% 0.8% -
XYZ 43.23 36.75 61.94 -
YUV 167.54 148.58 145.45 -
System Red Green Blue C M Y K H S L
Decimal 192 148 204 0.06 0.27 0 0.2 287.14 0.35 0.69
Hex C0 94 CC 6 1B 0 14 11F 23 45
Octal 300 224 314 6 33 0 24 437 43 105
Binary 11000000 10010100 11001100 110 11011 0 10100 100011111 100011 1000101

Color Harmonies of #C094CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094CC

Black with #C094CC

Text Example


Text Example

White with #C094CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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