Html Css Color HEX #CFA9E1 Wisteria

📋 copy color: '#CFA9E1'

red 207 ◦ green 169 ◦ blue 225

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

Shades of Wisteria #CFA9E1

Tints of Wisteria #CFA9E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.44%

R = 34.44%
G = 28.12%
B = 37.44%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CFA9E1 (or 0xCFA9E1) is known color: Wisteria. HEX triplet: CF, A9 and E1. RGB value is (207,169,225). Sum of RGB (Red+Green+Blue) = 207+169+225=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFA9E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9E1 is #30561E. Grayscale: #BABABA. Windows color (decimal): -3167775 or 14789071. OLE color: 14789071.

HSL color Cylindrical-coordinate representation of color #CFA9E1: hue angle of 280.71º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA9E1 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 169 225 -
CMYK 0.08 0.25 0 0.12
HSL 280.71º 0.48% 0.77% -
HSV(B) 280.71º 0.25% 0.88% -
XYZ 53.51 47.08 77.5 -
YUV 186.75 149.59 142.45 -
System Red Green Blue C M Y K H S L
Decimal 207 169 225 0.08 0.25 0 0.12 280.71 0.48 0.77
Hex CF A9 E1 8 19 0 C 119 30 4D
Octal 317 251 341 10 31 0 14 431 60 115
Binary 11001111 10101001 11100001 1000 11001 0 1100 100011001 110000 1001101

Color Harmonies of #CFA9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9E1

Black with #CFA9E1

Text Example


Text Example

White with #CFA9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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