Html Css Color HEX #CFA9DC Wisteria

📋 copy color: '#CFA9DC'

red 207 ◦ green 169 ◦ blue 220

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

Shades of Wisteria #CFA9DC

Tints of Wisteria #CFA9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.91%

R = 34.73%
G = 28.36%
B = 36.91%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFA9DC (or 0xCFA9DC) is known color: Wisteria. HEX triplet: CF, A9 and DC. RGB value is (207,169,220). Sum of RGB (Red+Green+Blue) = 207+169+220=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9DC is #305623. Grayscale: #BABABA. Windows color (decimal): -3167780 or 14461391. OLE color: 14461391.

HSL color Cylindrical-coordinate representation of color #CFA9DC: hue angle of 284.71º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA9DC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 169 220 -
CMYK 0.06 0.23 0 0.14
HSL 284.71º 0.42% 0.76% -
HSV(B) 284.71º 0.23% 0.86% -
XYZ 52.84 46.81 73.96 -
YUV 186.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 207 169 220 0.06 0.23 0 0.14 284.71 0.42 0.76
Hex CF A9 DC 6 17 0 E 11D 2A 4C
Octal 317 251 334 6 27 0 16 435 52 114
Binary 11001111 10101001 11011100 110 10111 0 1110 100011101 101010 1001100

Color Harmonies of #CFA9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9DC

Black with #CFA9DC

Text Example


Text Example

White with #CFA9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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