Html Css Color HEX #C69FCF Wisteria

📋 copy color: '#C69FCF'

red 198 ◦ green 159 ◦ blue 207

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

Shades of Wisteria #C69FCF

Tints of Wisteria #C69FCF

RGB

 RED value IS 198 (77.73% from 255) = 35.11%

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

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

R = 35.11%
G = 28.19%
B = 36.7%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C69FCF (or 0xC69FCF) is known color: Wisteria. HEX triplet: C6, 9F and CF. RGB value is (198,159,207). Sum of RGB (Red+Green+Blue) = 198+159+207=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #C69FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FCF is #396030. Grayscale: #AFAFAF. Windows color (decimal): -3760177 or 13606854. OLE color: 13606854.

HSL color Cylindrical-coordinate representation of color #C69FCF: hue angle of 288.75º 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 #C69FCF is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 159 207 -
CMYK 0.04 0.23 0 0.19
HSL 288.75º 0.33% 0.72% -
HSV(B) 288.75º 0.23% 0.81% -
XYZ 46.95 41.31 64.53 -
YUV 176.13 145.42 143.6 -
System Red Green Blue C M Y K H S L
Decimal 198 159 207 0.04 0.23 0 0.19 288.75 0.33 0.72
Hex C6 9F CF 4 17 0 13 121 21 48
Octal 306 237 317 4 27 0 23 441 41 110
Binary 11000110 10011111 11001111 100 10111 0 10011 100100001 100001 1001000

Color Harmonies of #C69FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69FCF

Black with #C69FCF

Text Example


Text Example

White with #C69FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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