Html Css Color HEX #CFA9E5 Wisteria

📋 copy color: '#CFA9E5'

red 207 ◦ green 169 ◦ blue 229

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

Shades of Wisteria #CFA9E5

Tints of Wisteria #CFA9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.85%

R = 34.21%
G = 27.93%
B = 37.85%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CFA9E5 (or 0xCFA9E5) is known color: Wisteria. HEX triplet: CF, A9 and E5. RGB value is (207,169,229). Sum of RGB (Red+Green+Blue) = 207+169+229=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFA9E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9E5 is #30561A. Grayscale: #BBBBBB. Windows color (decimal): -3167771 or 15051215. OLE color: 15051215.

HSL color Cylindrical-coordinate representation of color #CFA9E5: hue angle of 278º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA9E5 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 169 229 -
CMYK 0.10 0.26 0 0.10
HSL 278º 0.54% 0.78% -
HSV(B) 278º 0.26% 0.9% -
XYZ 54.06 47.3 80.41 -
YUV 187.2 151.59 142.12 -
System Red Green Blue C M Y K H S L
Decimal 207 169 229 0.10 0.26 0 0.10 278 0.54 0.78
Hex CF A9 E5 A 1A 0 A 116 36 4E
Octal 317 251 345 12 32 0 12 426 66 116
Binary 11001111 10101001 11100101 1010 11010 0 1010 100010110 110110 1001110

Color Harmonies of #CFA9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9E5

Black with #CFA9E5

Text Example


Text Example

White with #CFA9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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