Html Css Color HEX #CFA9DF Wisteria

📋 copy color: '#CFA9DF'

red 207 ◦ green 169 ◦ blue 223

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

Shades of Wisteria #CFA9DF

Tints of Wisteria #CFA9DF

RGB

 RED value IS 207 (81.25% from 255) = 34.56%

 GREEN value IS 169 (66.41% from 255) = 28.21%

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

R = 34.56%
G = 28.21%
B = 37.23%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFA9DF (or 0xCFA9DF) is known color: Wisteria. HEX triplet: CF, A9 and DF. RGB value is (207,169,223). Sum of RGB (Red+Green+Blue) = 207+169+223=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFA9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9DF is #305620. Grayscale: #BABABA. Windows color (decimal): -3167777 or 14657999. OLE color: 14657999.

HSL color Cylindrical-coordinate representation of color #CFA9DF: hue angle of 282.22º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA9DF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 169 223 -
CMYK 0.07 0.24 0 0.13
HSL 282.22º 0.46% 0.77% -
HSV(B) 282.22º 0.24% 0.87% -
XYZ 53.24 46.97 76.07 -
YUV 186.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 207 169 223 0.07 0.24 0 0.13 282.22 0.46 0.77
Hex CF A9 DF 7 18 0 D 11A 2E 4D
Octal 317 251 337 7 30 0 15 432 56 115
Binary 11001111 10101001 11011111 111 11000 0 1101 100011010 101110 1001101

Color Harmonies of #CFA9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9DF

Black with #CFA9DF

Text Example


Text Example

White with #CFA9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9DF; }

 p { color: rgb(207,169,223); }

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

background-color css

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

 a { background-color: rgb(207,169,223); }

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

border-color css

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

 span { border-color: rgb(207,169,223); }

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