Html Css Color HEX #C69FDF Wisteria

📋 copy color: '#C69FDF'

red 198 ◦ green 159 ◦ blue 223

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

Shades of Wisteria #C69FDF

Tints of Wisteria #C69FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.45%

R = 34.14%
G = 27.41%
B = 38.45%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C69FDF (or 0xC69FDF) is known color: Wisteria. HEX triplet: C6, 9F and DF. RGB value is (198,159,223). Sum of RGB (Red+Green+Blue) = 198+159+223=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #C69FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FDF is #396020. Grayscale: #B1B1B1. Windows color (decimal): -3760161 or 14655430. OLE color: 14655430.

HSL color Cylindrical-coordinate representation of color #C69FDF: hue angle of 276.56º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C69FDF is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 159 223 -
CMYK 0.11 0.29 0 0.13
HSL 276.56º 0.5% 0.75% -
HSV(B) 276.56º 0.29% 0.87% -
XYZ 49.01 42.13 75.36 -
YUV 177.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 198 159 223 0.11 0.29 0 0.13 276.56 0.5 0.75
Hex C6 9F DF B 1D 0 D 115 32 4B
Octal 306 237 337 13 35 0 15 425 62 113
Binary 11000110 10011111 11011111 1011 11101 0 1101 100010101 110010 1001011

Color Harmonies of #C69FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69FDF

Black with #C69FDF

Text Example


Text Example

White with #C69FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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