Html Css Color HEX #C09FCF Wisteria

📋 copy color: '#C09FCF'

red 192 ◦ green 159 ◦ blue 207

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

Shades of Wisteria #C09FCF

Tints of Wisteria #C09FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.49%

 BLUE value IS 207 (81.25% from 255) = 37.1%

R = 34.41%
G = 28.49%
B = 37.1%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C09FCF (or 0xC09FCF) is known color: Wisteria. HEX triplet: C0, 9F and CF. RGB value is (192,159,207). Sum of RGB (Red+Green+Blue) = 192+159+207=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #C09FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FCF is #3F6030. Grayscale: #AEAEAE. Windows color (decimal): -4153393 or 13606848. OLE color: 13606848.

HSL color Cylindrical-coordinate representation of color #C09FCF: hue angle of 281.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09FCF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 159 207 -
CMYK 0.07 0.23 0 0.19
HSL 281.25º 0.33% 0.72% -
HSV(B) 281.25º 0.23% 0.81% -
XYZ 45.4 40.51 64.46 -
YUV 174.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 192 159 207 0.07 0.23 0 0.19 281.25 0.33 0.72
Hex C0 9F CF 7 17 0 13 119 21 48
Octal 300 237 317 7 27 0 23 431 41 110
Binary 11000000 10011111 11001111 111 10111 0 10011 100011001 100001 1001000

Color Harmonies of #C09FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09FCF

Black with #C09FCF

Text Example


Text Example

White with #C09FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09FCF; }

 p { color: rgb(192,159,207); }

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

background-color css

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

 a { background-color: rgb(192,159,207); }

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

border-color css

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

 span { border-color: rgb(192,159,207); }

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