Html Css Color HEX #CFA6E3 Wisteria

📋 copy color: '#CFA6E3'

red 207 ◦ green 166 ◦ blue 227

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

Shades of Wisteria #CFA6E3

Tints of Wisteria #CFA6E3

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.67%

 BLUE value IS 227 (89.06% from 255) = 37.83%

R = 34.5%
G = 27.67%
B = 37.83%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CFA6E3 (or 0xCFA6E3) is known color: Wisteria. HEX triplet: CF, A6 and E3. RGB value is (207,166,227). Sum of RGB (Red+Green+Blue) = 207+166+227=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 227 (89.06% from 255 or 37.83% from 600); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFA6E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6E3 is #30591C. Grayscale: #B9B9B9. Windows color (decimal): -3168541 or 14919375. OLE color: 14919375.

HSL color Cylindrical-coordinate representation of color #CFA6E3: hue angle of 280.33º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFA6E3 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 166 227 -
CMYK 0.09 0.27 0 0.11
HSL 280.33º 0.52% 0.77% -
HSV(B) 280.33º 0.27% 0.89% -
XYZ 53.23 46.08 78.76 -
YUV 185.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 207 166 227 0.09 0.27 0 0.11 280.33 0.52 0.77
Hex CF A6 E3 9 1B 0 B 118 34 4D
Octal 317 246 343 11 33 0 13 430 64 115
Binary 11001111 10100110 11100011 1001 11011 0 1011 100011000 110100 1001101

Color Harmonies of #CFA6E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6E3

Black with #CFA6E3

Text Example


Text Example

White with #CFA6E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6E3; }

 p { color: rgb(207,166,227); }

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

background-color css

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

 a { background-color: rgb(207,166,227); }

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

border-color css

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

 span { border-color: rgb(207,166,227); }

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