Html Css Color HEX #C094CD Wisteria

📋 copy color: '#C094CD'

red 192 ◦ green 148 ◦ blue 205

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

Shades of Wisteria #C094CD

Tints of Wisteria #C094CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.61%

R = 35.23%
G = 27.16%
B = 37.61%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C094CD (or 0xC094CD) is known color: Wisteria. HEX triplet: C0, 94 and CD. RGB value is (192,148,205). Sum of RGB (Red+Green+Blue) = 192+148+205=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #C094CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094CD is #3F6B32. Grayscale: #A7A7A7. Windows color (decimal): -4156211 or 13472960. OLE color: 13472960.

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

Color convert

RGB 192 148 205 -
CMYK 0.06 0.28 0 0.20
HSL 286.32º 0.36% 0.69% -
HSV(B) 286.32º 0.28% 0.8% -
XYZ 43.35 36.79 62.57 -
YUV 167.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 192 148 205 0.06 0.28 0 0.20 286.32 0.36 0.69
Hex C0 94 CD 6 1C 0 14 11E 24 45
Octal 300 224 315 6 34 0 24 436 44 105
Binary 11000000 10010100 11001101 110 11100 0 10100 100011110 100100 1000101

Color Harmonies of #C094CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094CD

Black with #C094CD

Text Example


Text Example

White with #C094CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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