Html Css Color HEX #CFA9DB Wisteria

📋 copy color: '#CFA9DB'

red 207 ◦ green 169 ◦ blue 219

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

Shades of Wisteria #CFA9DB

Tints of Wisteria #CFA9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 34.79%
G = 28.4%
B = 36.81%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFA9DB (or 0xCFA9DB) is known color: Wisteria. HEX triplet: CF, A9 and DB. RGB value is (207,169,219). Sum of RGB (Red+Green+Blue) = 207+169+219=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9DB is #305624. Grayscale: #B9B9B9. Windows color (decimal): -3167781 or 14395855. OLE color: 14395855.

HSL color Cylindrical-coordinate representation of color #CFA9DB: hue angle of 285.6º degrees, saturation: 0.41, 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 #CFA9DB is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 169 219 -
CMYK 0.05 0.23 0 0.14
HSL 285.6º 0.41% 0.76% -
HSV(B) 285.6º 0.23% 0.86% -
XYZ 52.71 46.76 73.26 -
YUV 186.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 207 169 219 0.05 0.23 0 0.14 285.6 0.41 0.76
Hex CF A9 DB 5 17 0 E 11E 29 4C
Octal 317 251 333 5 27 0 16 436 51 114
Binary 11001111 10101001 11011011 101 10111 0 1110 100011110 101001 1001100

Color Harmonies of #CFA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9DB

Black with #CFA9DB

Text Example


Text Example

White with #CFA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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