Html Css Color HEX #C69FD3 Wisteria

📋 copy color: '#C69FD3'

red 198 ◦ green 159 ◦ blue 211

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

Shades of Wisteria #C69FD3

Tints of Wisteria #C69FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.15%

R = 34.86%
G = 27.99%
B = 37.15%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C69FD3 (or 0xC69FD3) is known color: Wisteria. HEX triplet: C6, 9F and D3. RGB value is (198,159,211). Sum of RGB (Red+Green+Blue) = 198+159+211=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 211 - color contains mainly: blue. Hex color #C69FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FD3 is #39602C. Grayscale: #B0B0B0. Windows color (decimal): -3760173 or 13868998. OLE color: 13868998.

HSL color Cylindrical-coordinate representation of color #C69FD3: hue angle of 285º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C69FD3 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 159 211 -
CMYK 0.06 0.25 0 0.17
HSL 285º 0.37% 0.73% -
HSV(B) 285º 0.25% 0.83% -
XYZ 47.44 41.51 67.14 -
YUV 176.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 198 159 211 0.06 0.25 0 0.17 285 0.37 0.73
Hex C6 9F D3 6 19 0 11 11D 25 49
Octal 306 237 323 6 31 0 21 435 45 111
Binary 11000110 10011111 11010011 110 11001 0 10001 100011101 100101 1001001

Color Harmonies of #C69FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69FD3

Black with #C69FD3

Text Example


Text Example

White with #C69FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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