Html Css Color HEX #CFA9DD Wisteria

📋 copy color: '#CFA9DD'

red 207 ◦ green 169 ◦ blue 221

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

Shades of Wisteria #CFA9DD

Tints of Wisteria #CFA9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.02%

R = 34.67%
G = 28.31%
B = 37.02%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFA9DD (or 0xCFA9DD) is known color: Wisteria. HEX triplet: CF, A9 and DD. RGB value is (207,169,221). Sum of RGB (Red+Green+Blue) = 207+169+221=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFA9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9DD is #305622. Grayscale: #BABABA. Windows color (decimal): -3167779 or 14526927. OLE color: 14526927.

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

Color convert

RGB 207 169 221 -
CMYK 0.06 0.24 0 0.13
HSL 283.85º 0.43% 0.76% -
HSV(B) 283.85º 0.24% 0.87% -
XYZ 52.97 46.86 74.66 -
YUV 186.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 207 169 221 0.06 0.24 0 0.13 283.85 0.43 0.76
Hex CF A9 DD 6 18 0 D 11C 2B 4C
Octal 317 251 335 6 30 0 15 434 53 114
Binary 11001111 10101001 11011101 110 11000 0 1101 100011100 101011 1001100

Color Harmonies of #CFA9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9DD

Black with #CFA9DD

Text Example


Text Example

White with #CFA9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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