Html Css Color HEX #CFA4DB Wisteria

📋 copy color: '#CFA4DB'

red 207 ◦ green 164 ◦ blue 219

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

Shades of Wisteria #CFA4DB

Tints of Wisteria #CFA4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.8%

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

R = 35.08%
G = 27.8%
B = 37.12%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFA4DB (or 0xCFA4DB) is known color: Wisteria. HEX triplet: CF, A4 and DB. RGB value is (207,164,219). Sum of RGB (Red+Green+Blue) = 207+164+219=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4DB is #305B24. Grayscale: #B6B6B6. Windows color (decimal): -3169061 or 14394575. OLE color: 14394575.

HSL color Cylindrical-coordinate representation of color #CFA4DB: hue angle of 286.91º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA4DB is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 164 219 -
CMYK 0.05 0.25 0 0.14
HSL 286.91º 0.43% 0.75% -
HSV(B) 286.91º 0.25% 0.86% -
XYZ 51.79 44.93 72.96 -
YUV 183.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 207 164 219 0.05 0.25 0 0.14 286.91 0.43 0.75
Hex CF A4 DB 5 19 0 E 11F 2B 4B
Octal 317 244 333 5 31 0 16 437 53 113
Binary 11001111 10100100 11011011 101 11001 0 1110 100011111 101011 1001011

Color Harmonies of #CFA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA4DB

Black with #CFA4DB

Text Example


Text Example

White with #CFA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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